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.2.419.0 (24.2.419.0)
Syntax public Cartesian(
Pyramidal coordinates
)
Public Sub New (
coordinates As Pyramidal
)
public:
Cartesian(
Pyramidal coordinates
)
new :
coordinates : Pyramidal -> Cartesian
Parameters
- coordinates
- Type: AGI.Foundation.CoordinatesPyramidal
The set of Pyramidal coordinates.
See Also