Computes a moved plane.
Namespace:
ceometric.VectorGeometryAssembly: ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)
Syntax
C# |
---|
public Plane Move( Point startPoint, Point endPoint ) |
Visual Basic (Declaration) |
---|
Public Function Move ( _ startPoint As Point, _ endPoint As Point _ ) As Plane |
Visual C++ |
---|
public: Plane^ Move( Point^ startPoint, Point^ endPoint ) |
Parameters
- startPoint
- Type: ceometric.VectorGeometry..::.Point
The start point of the displacement.
- endPoint
- Type: ceometric.VectorGeometry..::.Point
The end point of the displacement.