LuciadCPillar C# 2023.1.04
Luciad.Geometries.CircleBy3Points Class Reference

A circle that is defined by a start point, a first intermediate point, and a second intermediate point on the circle. More...

Inheritance diagram for Luciad.Geometries.CircleBy3Points:
Luciad.Geometries.Ring Luciad.Geometries.Curve Luciad.Geometries.Geometry

Properties

Luciad.Cartesian.Coordinate FirstIntermediatePoint [get]
 
Luciad.Cartesian.Coordinate SecondIntermediatePoint [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 circle that is defined by a start point, a first intermediate point, and a second intermediate point on the circle.

A circle by-3-points where the three points coincide represents a circle with these points as its center and a radius of 0. A circle by-3-points where 2 out of 3 points coincide represents a circle with its center located in the middle between the 2 coinciding points and the other point. GeometryFactory::createCircleBy3Points

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

Property Documentation

◆ FirstIntermediatePoint

Luciad.Cartesian.Coordinate Luciad.Geometries.CircleBy3Points.FirstIntermediatePoint
get

◆ SecondIntermediatePoint

Luciad.Cartesian.Coordinate Luciad.Geometries.CircleBy3Points.SecondIntermediatePoint
get

◆ StartPoint

Luciad.Cartesian.Coordinate Luciad.Geometries.CircleBy3Points.StartPoint
get