littlekt
0.6.0
common
core
/
com.lehaine.littlekt.math.spatial
/
CenterPointTraverser
Center
Point
Traverser
abstract
class
CenterPointTraverser
<
T
:
Any
>
:
SpatialTreeTraverser
<
T
>
Constructors
Functions
Properties
Inheritors
Constructors
Center
Point
Traverser
Link copied to clipboard
fun
CenterPointTraverser
(
)
Functions
traverse
Link copied to clipboard
open
fun
traverse
(
tree
:
SpatialTree
<
T
>
)
Properties
center
Link copied to clipboard
val
center
:
MutableVec3f
filter
Link copied to clipboard
var
filter
:
(
T
)
->
Boolean
point
Distance
Link copied to clipboard
var
pointDistance
:
PointDistance
<
T
>
Inheritors
InRadiusTraverser
Link copied to clipboard