A 3d ellipse.

Namespace:  ceometric.VectorGeometry
Assembly:  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.

Inheritance Hierarchy

System..::.Object
  ceometric.VectorGeometry..::.Ellipse

See Also