| Vector4FProjectTo Method (Vector4F) |
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(
Vector4F target
)
Public Sub ProjectTo (
target As Vector4F
)
public:
void ProjectTo(
Vector4F target
)
member ProjectTo :
target : Vector4F -> unit
Parameters
- target
- Type: DigitalRune.Mathematics.AlgebraVector4F
The target vector.
See Also