LuciadCPillar C# 2024.0.08
|
Represents a BezierCurve
.
More...
Properties | |
Luciad.Cartesian.Coordinate | ControlPoint [get] |
The control point (second control point) of the quadratic Bezier curve. More... | |
Luciad.Cartesian.Coordinate | EndPoint [get] |
The end point (third control point) of the quadratic Bezier curve. More... | |
Luciad.Cartesian.Coordinate | StartPoint [get] |
The start point (first control point) of the quadratic Bezier curve. More... | |
Properties inherited from Luciad.Geometries.Curve | |
double | Length2D [get] |
The length of the curve. More... | |
Properties inherited from Luciad.Geometries.Geometry | |
Luciad.Geometries.Bounds | Bounds [get] |
The bounds for the geometry object. More... | |
Luciad.Geodesy.CoordinateReference | Reference [get] |
The coordinate reference of the geometry. More... | |
Additional Inherited Members | |
Public Member Functions inherited from Luciad.Geometries.Curve | |
virtual Luciad.Cartesian.Coordinate | ComputePoint (double parameter) |
Computes a point of the curve, defined by the given parameter. More... | |
Public Member Functions inherited from Luciad.Geometries.Geometry | |
void | Dispose () |
Represents a BezierCurve
.
|
get |
The control point (second control point) of the quadratic Bezier curve.
Returns the control point (second control point) of the quadratic Bezier curve.
|
get |
The end point (third control point) of the quadratic Bezier curve.
Returns the end point (third control point) of the quadratic Bezier curve.
|
get |
The start point (first control point) of the quadratic Bezier curve.
Returns the start point (first control point) of the quadratic Bezier curve.