Returns the projection of this vector on the vector specified by parameters.
Namespace:
PerpetuumSoft.Framework.DrawingAssembly: PerpetuumSoft.Framework (in PerpetuumSoft.Framework.dll) Version: 3.9.0.1
Syntax
| C# |
|---|
public Vector GetProjection( Vector startPoint, Vector endPoint ) |
| Visual Basic (Declaration) |
|---|
Public Function GetProjection ( _ startPoint As Vector, _ endPoint As Vector _ ) As Vector |
| Visual C++ |
|---|
public: Vector GetProjection( Vector startPoint, Vector endPoint ) |
Parameters
- startPoint
- Type: PerpetuumSoft.Framework.Drawing..::.Vector
- endPoint
- Type: PerpetuumSoft.Framework.Drawing..::.Vector