A 3d circle.
Namespace:
ceometric.VectorGeometryAssembly: ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.6.0.0 (1.6.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
- from three points in space (see Circle(Point, Point, Point))
- from a center point, the radius and a normal vector (see Circle(Point, Double, Vector3d))
A circle can also be defined by three tangent lines. See Incircle and Excircles to construct a circle from tangent lines.