LiquidBounce
Toggle table of contents
0.39.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
LiquidBounce
LiquidBounce
/
net.ccbluex.liquidbounce.render.utils
/
VertexList
Vertex
List
interface
VertexList
Inheritors
MutableVertexList
Members
Members & Extensions
Properties
size
Link copied to clipboard
abstract
val
size
:
Int
Functions
for
Each
Vertex
Link copied to clipboard
inline
fun
VertexList
.
forEachVertex
(
action
:
(
x
:
Float
,
y
:
Float
,
z
:
Float
)
->
Unit
)
line
Strip
As
Lines
Link copied to clipboard
fun
VertexList
.
lineStripAsLines
(
)
:
VertexList
vec
Link copied to clipboard
open
fun
vec
(
index
:
Int
,
dest
:
Vector3f
=
Vector3f()
)
:
Vector3f
x
Link copied to clipboard
abstract
fun
x
(
index
:
Int
)
:
Float
y
Link copied to clipboard
abstract
fun
y
(
index
:
Int
)
:
Float
z
Link copied to clipboard
abstract
fun
z
(
index
:
Int
)
:
Float