LuciadCPillar C# 2023.1.04
Luciad.Geometries.CircularArcBy3Points Class Reference

A circular arc that is defined by a start point, end point, and a third point on the arc. More...

Inheritance diagram for Luciad.Geometries.CircularArcBy3Points:
Luciad.Geometries.Curve Luciad.Geometries.Geometry

Properties

Luciad.Cartesian.Coordinate EndPoint [get]
 
Luciad.Cartesian.Coordinate IntermediatePoint [get]
 
Luciad.Cartesian.Coordinate StartPoint [get]
 
- Properties inherited from Luciad.Geometries.Curve
double Length2D [get]
 
- Properties inherited from Luciad.Geometries.Geometry
Luciad.Geometries.Bounds Bounds [get]
 
Luciad.Geodesy.CoordinateReference Reference [get]
 

Additional Inherited Members

- Public Member Functions inherited from Luciad.Geometries.Curve
virtual Luciad.Cartesian.Coordinate ComputePoint (double parameter)
 
- Public Member Functions inherited from Luciad.Geometries.Geometry
void Dispose ()
 

Detailed Description

A circular arc that is defined by a start point, end point, and a third point on the arc.

A circular arc-by-3-points where the start, end and intermediate point coincide represents an arc on a circle with these points as its center and a radius of 0. A circular arc-by-3-points where 2 out of 3 points coincide represents an arc on a circle with its center located in the middle between the 2 coinciding points and the other point. If the start and end point coincide, a full circle is drawn, otherwise, the arc is interpreted as half a circle in counterclockwise direction from start to end point. GeometryFactory::createCircularArcBy3Points

Warning
C# documentation translation is incomplete. You can find more information in the C++ documentation for luciad::CircularArcBy3Points.

Property Documentation

◆ EndPoint

Luciad.Cartesian.Coordinate Luciad.Geometries.CircularArcBy3Points.EndPoint
get

◆ IntermediatePoint

Luciad.Cartesian.Coordinate Luciad.Geometries.CircularArcBy3Points.IntermediatePoint
get

◆ StartPoint

Luciad.Cartesian.Coordinate Luciad.Geometries.CircularArcBy3Points.StartPoint
get