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