Creates a full circle arc.
Namespace: SphericalAssembly: SphericalLib (in SphericalLib.dll) Version: 1.0.5951.32246 (1.0.0.0)
Syntax
| C# |
|---|
public Arc( Halfspace circle, Cartesian p ) |
| Visual C++ |
|---|
public: Arc( Halfspace circle, Cartesian p ) |
| F# |
|---|
new : circle:Halfspace * p:Cartesian -> Arc |
Parameters
- circle
- Type: Spherical..::..Halfspace
The circle of the arc.
- p
- Type: Spherical..::..Cartesian
The start/end point on the circle.