UnitSpherical Constructor (Double, Double) |
Initializes a set of
UnitSpherical coordinates from the provided clock angle and cone angle.
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public UnitSpherical(
double clock,
double cone
)
Public Sub New (
clock As Double,
cone As Double
)
public:
UnitSpherical(
double clock,
double cone
)
new :
clock : float *
cone : float -> UnitSpherical
Parameters
- clock
- Type: SystemDouble
The angular coordinate lying in the xy-plane measured from the positive x-axis and toward the positive y-axis. - cone
- Type: SystemDouble
The angular coordinate measured from the positive z-axis and toward the negative z-axis.
See Also