Returns the calculated cube coordinates in space with the relative point.

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

Syntax

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

Parameters

cubePos
Type: SGP.Baltie..::.Vector3Int
The cube coordinates.
point
Type: SGP.XSpace..::.XRelativePoint
The relative point to calculate.

Return Value

Returns the calculated cube coordinates in space.

See Also