The Arc type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | Arc()()()() |
Creates an empty arc.
|
![]() | Arc(Arc) |
Creates an arc from another one.
|
![]() | Arc(Cartesian, Cartesian) |
Creates a great circle arc.
|
![]() | Arc(Halfspace, Cartesian) |
Creates a full circle arc.
|
![]() | Arc(Cartesian, Cartesian, Cartesian) |
Creates an arc.
|
![]() | Arc(Halfspace, Cartesian, Cartesian) |
Creates an arc.
|
Methods
Name | Description | |
---|---|---|
![]() | CalcTriangleArea |
Computes the area of the triangle defined by the arc and a given
point, which is connected to the endpoints with great circles.
|
![]() | ContainsOnEdge |
Calls...
|
![]() | Equals(Object) |
Implements the equality check.
(Overrides Object..::..Equals(Object).) |
![]() | Equals(Arc) |
Implements the equality check.
|
![]() | Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
![]() | GetAngle |
Returns the angle on the circle to specified point from the start point.
|
![]() | GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() | GetPoint |
Returns a point on the circle at the specified angle.
|
![]() | GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() | GetWideConvex |
Gets a convex of specified width that contains the arc.
|
![]() | MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
![]() | ToString |
Returns the string representation of the arc.
(Overrides Object..::..ToString()()()().) |
Fields
Name | Description | |
---|---|---|
![]() ![]() | Revision |
Revision from CVS
|
Properties
Name | Description | |
---|---|---|
![]() | Angle |
Gets the angle between the end points.
|
![]() | Area |
Gets the semi-lune area of the arc.
|
![]() | Circle |
Gets the circle of the arc.
|
![]() | IsFull |
Determines whether the arc is a full circle.
|
![]() | Length |
Gets the length of the arc.
|
![]() | Middle |
Gets the middle point of the arc.
|
![]() | Point1 |
Gets the starting point of the arc.
|
![]() | Point2 |
Gets the end point of the arc.
|
![]() | PointU |
Used by XML serializer.
|
![]() | PointW |
Used by XML serializer.
|