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 -> PyramidalParameters
- coordinates
 - Type: AGI.Foundation.CoordinatesCartesian
The set of Cartesian coordinates. 
See Also