Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public Pyramidal(
	double zxAngle,
	double zyAngle,
	double z
)

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