A 3d circle.

Namespace:  ceometric.VectorGeometry
Assembly:  ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)

Syntax

C#
public class Circle
Visual Basic (Declaration)
Public Class Circle
Visual C++
public ref class Circle

Remarks

A circle can be constructed

A circle can also be defined by three tangent lines. See Incircle and Excircles to construct a circle from tangent lines.

Inheritance Hierarchy

System..::.Object
  ceometric.VectorGeometry..::.Circle

See Also