A hyperbola is defined by its position, major radius, and minor radius.
new Hyperbola(
position,majorRadius,minorRadius):Hyperbola
Creates a hyperbola from a position axis, major radius, and minor radius.
Throws a RangeError if majorRadius is less than 0. Throws a RangeError if minorRadius is less than 0.
Position axis of the hyperbola.
number
Major radius of the hyperbola.
number
Minor radius of the hyperbola.
Hyperbola
readonlyposition:Axis3d
Position axis of the conic curve.
get id():
bigint
Returns the unique identifier of the object.
bigint
get majorRadius():
number
Major radius of the hyperbola.
number
get minorRadius():
number
Minor radius of the hyperbola.
number
get type():
CurveType
Type of the curve.