Describes a hyperbola in 3D space To create a hyperbola there are several ways: Part.Hyperbola() Creates a hyperbola with major radius 2 and minor radius 1 with the center in (0,0,0) Part.Hyperbola(Hyperbola) Create a copy of the given hyperbola Part.Hyperbola(S1,S2,Center) Creates a hyperbola centered on the point Center, where the plane of the hyperbola is defined by Center, S1 and S2, its major axis is defined by Center and S1, its major radius is the distance between Center and S1, and its minor radius is the distance between S2 and the major axis. Part.Hyperbola(Center,MajorRadius,MinorRadius) Creates a hyperbola with major and minor radii MajorRadius and MinorRadius, and located in the plane defined by Center and the normal (0,0,1) Computes the eccentricity of this hyperbola, which is a value greater than 1. The eccentricity is: e = f / MajorRadius where f is the focal distance of this hyperbola. The focal distance is the distance between the center and a focus of the hyperbola The first focus is on the positive side of the 'X Axis' (major axis) of the hyperbola; the second focus is on the negative side. The first focus is on the positive side of the 'X Axis' (major axis) of the hyperbola; the second focus is on the negative side. Compute the parameter of this hyperbola which is the distance between its focus and its directrix. This distance is twice the focal length. The major radius of the hyperbola. The minor radius of the hyperbola. Location of the hyperbola The axis direction of the hyperbola