Pyramidal Constructor (Double, Double, Double) |
Initializes a set of
Pyramidal coordinates from the provided values.
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Pyramidal(
double zxAngle,
double zyAngle,
double z
)
Public Sub New (
zxAngle As Double,
zyAngle As Double,
z As Double
)
public:
Pyramidal(
double zxAngle,
double zyAngle,
double z
)
new :
zxAngle : float *
zyAngle : float *
z : float -> Pyramidal
Parameters
- zxAngle
- Type: SystemDouble
The angular coordinate in z-x. - zyAngle
- Type: SystemDouble
The angular coordinate in z-y. - z
- Type: SystemDouble
The linear coordinate along the positive z-axis.
See Also