graphmine-core / io.github.sof3.graphmine.world / Location
data class Location
Represents a point in the 3D space of a world.
<init> | Location(vector: Vector3, world: World ) Represents a point in the 3D space of a world. |
vector | val vector: Vector3 The position vector for the location |
world | val world: World The world that the location is in |