Click or drag to resize

Pyramidal Constructor (Cartesian)

Initializes a set of Pyramidal coordinates from the provided set of Cartesian 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 Pyramidal(
	Cartesian coordinates
)

Parameters

coordinates
Type: AGI.Foundation.CoordinatesCartesian
The set of Cartesian coordinates.
See Also