LiquidBounce
Toggle table of contents
0.37.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
LiquidBounce
LiquidBounce
/
net.ccbluex.liquidbounce.utils.math.geometry
/
NormalizedPlane
Normalized
Plane
class
NormalizedPlane
(
val
pos
:
Vec3
,
normalVec
:
Vec3
)
Members
Constructors
Normalized
Plane
Link copied to clipboard
constructor
(
pos
:
Vec3
,
normalVec
:
Vec3
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
normal
Vec
Link copied to clipboard
val
normalVec
:
Vec3
pos
Link copied to clipboard
val
pos
:
Vec3
Functions
intersection
Link copied to clipboard
fun
intersection
(
geometry
:
LinearGeometry3
)
:
Vec3
?
fun
intersection
(
other
:
NormalizedPlane
)
:
Line
?
intersection
Phi
Link copied to clipboard
fun
intersectionPhi
(
geometry
:
LinearGeometry3
)
:
Double
?