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
/
PlaneSection
Plane
Section
class
PlaneSection
(
val
originPoint
:
Vec3
,
val
dirVec1
:
Vec3
,
val
dirVec2
:
Vec3
)
Members
Constructors
Plane
Section
Link copied to clipboard
constructor
(
originPoint
:
Vec3
,
dirVec1
:
Vec3
,
dirVec2
:
Vec3
)
Properties
dir
Vec1
Link copied to clipboard
val
dirVec1
:
Vec3
dir
Vec2
Link copied to clipboard
val
dirVec2
:
Vec3
origin
Point
Link copied to clipboard
val
originPoint
:
Vec3
Functions
cast
Points
On
Uniformly
Link copied to clipboard
inline
fun
castPointsOnUniformly
(
maxPoints
:
Int
,
consumer
:
(
Vec3
)
->
Unit
)
get
Fair
Step
Side
Link copied to clipboard
fun
getFairStepSide
(
nPoints
:
Int
)
:
DoubleDoublePair