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: 25.1.421.0 (25.1.421.0)
Syntax
public Pyramidal(
	Cartesian coordinates
)

Parameters

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