MultiplyRef(Vector4,Vector4,Single) Method
In This Topic
Scales a vector by the given value.
Syntax
'Declaration
Public Overloads Shared Sub MultiplyRef( _
ByRef As Vector4, _
ByRef As Vector4, _
ByVal As System.Single _
)
public static void MultiplyRef(
out Vector4 ,
ref Vector4 ,
System.float
)
Parameters
- result
- When the method completes, contains the scaled vector.
- value
- The vector to scale.
- scale
- The amount by which to scale the vector.
See Also