A 3d ellipse.
Namespace:
ceometric.VectorGeometryAssembly: ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)
Syntax
C# |
---|
public class Ellipse |
Visual Basic (Declaration) |
---|
Public Class Ellipse |
Visual C++ |
---|
public ref class Ellipse |
Remarks
A point on the ellipse is defined by
p = c + a*cos(t) + b*sin(t), where
- t is the parameter angle tetha with t: [0, 2*PI]
- c is the center point of the ellipse.
- a is the semimajor axis vector of the ellipse.
- b is the semiminor axis vector of the ellipse.