|
oevislib_net
0.14.3.0
|
Functions | |
| static Point2D | oevislib_net.Geometry.Projections.ProjectPointOnLine (Point2D inPoint, Line2D inLine) |
| Returns the projection of a point onto a line. | |
| static Array< Point2D > | oevislib_net.Geometry.Projections.ProjectPointsOnLine (Array< Point2D > inPoints, Line2D inLine, Optional< Conditional< Segment2D > > outProjectionSegment=null) |
| Projects an array of points onto a line. | |
| static Point2D | oevislib_net.Geometry.Projections.ProjectPointOnCircle (Point2D inPoint, Circle2D inCircle) |
| Projects a point onto a circle. | |
| static Array< Point2D > | oevislib_net.Geometry.Projections.ProjectPointsOnCircle (Array< Point2D > inPoints, Circle2D inCircle, Optional< Conditional< Arc2D > > outProjectionArc=null) |
| Projects points onto a circle. | |
|
inlinestatic |
Projects a point onto a circle.
| inPoint | Point to be projected. |
| inCircle | Circle the points will be projected on. |
|
inlinestatic |
Returns the projection of a point onto a line.
| inPoint | Point to be projected. |
| inLine | Line the points will be projected on. |
|
inlinestatic |
Projects points onto a circle.
| inPoints | Points to be projected. |
| inCircle | Circle the points will be projected on. |
| outProjectionArc | Arc containing the projected points. |
|
inlinestatic |
Projects an array of points onto a line.
| inPoints | Points to be projected. |
| inLine | Line the points will be projected on. |
| outProjectionSegment | Segment containing the projected points. |