Ellipsoid Constructor (Double, Double, Double) |
Initializes an ellipsoid as a scalene ellipsoid.
Namespace:
AGI.Foundation.Geometry.Shapes
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Ellipsoid(
double x,
double y,
double z
)
Public Sub New (
x As Double,
y As Double,
z As Double
)
public:
Ellipsoid(
double x,
double y,
double z
)
new :
x : float *
y : float *
z : float -> Ellipsoid
Parameters
- x
- Type: SystemDouble
The semiaxis length along the x-axis of the ellipsoid. - y
- Type: SystemDouble
The semiaxis length along the y-axis of the ellipsoid. - z
- Type: SystemDouble
The semiaxis length along the z-axis of the ellipsoid.
Exceptions See Also