VertexList

interface VertexList

Inheritors

Properties

Link copied to clipboard
abstract val size: Int

Functions

Link copied to clipboard
inline fun VertexList.forEachVertex(action: (x: Float, y: Float, z: Float) -> Unit)
Link copied to clipboard
Link copied to clipboard
open fun vec(index: Int, dest: Vector3f = Vector3f()): Vector3f
Link copied to clipboard
abstract fun x(index: Int): Float
Link copied to clipboard
abstract fun y(index: Int): Float
Link copied to clipboard
abstract fun z(index: Int): Float