GraphMine

graphmine-core / io.github.sof3.graphmine.world / Location

Location

data class Location

Represents a point in the 3D space of a world.

Constructors

<init> Location(vector: Vector3, world: World)
Represents a point in the 3D space of a world.

Properties

vector val vector: Vector3
The position vector for the location
world val world: World
The world that the location is in