Returns the calculated cube smallest coordinates in space.

Namespace:  SGP.Baltie
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public Vector3 GetCubePoint(
	Vector3Int cubePos
)

Parameters

cubePos
Type: SGP.Baltie..::.Vector3Int
The cube coordinates.

Return Value

Returns the calculated cube coordinates in space.

See Also