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