Gets the Baltie's cube at the location in space [x,y,z].

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

Syntax

C#
public BaltieSpaceCube this[
	float x,
	float y,
	float z
] { get; }

Parameters

x
Type: System..::.Single
The cube X-coordinate.
y
Type: System..::.Single
The cube Y-coordinate.
z
Type: System..::.Single
The cube Z-coordinate.

See Also