Click or drag to resize

Cartesian Constructor (Pyramidal)

Initializes a set of Cartesian coordinates from the provided set of Pyramidal coordinates.

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public Cartesian(
	Pyramidal coordinates
)

Parameters

coordinates
Type: AGI.Foundation.CoordinatesPyramidal
The set of Pyramidal coordinates.
See Also