| Vector2FProjectTo Method (Vector2F) |
Sets this vector to its projection onto the axis given by the target vector.
Namespace: DigitalRune.Mathematics.AlgebraAssembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax public void ProjectTo(
Vector2F target
)
Public Sub ProjectTo (
target As Vector2F
)
public:
void ProjectTo(
Vector2F target
)
member ProjectTo :
target : Vector2F -> unit
Parameters
- target
- Type: DigitalRune.Mathematics.AlgebraVector2F
The target vector.
See Also