DivideRef(Vector4,Vector4,Single) Method
In This Topic
Divides the specified vector by a specified scalar value.
Syntax
'Declaration
Public Overloads Shared Sub DivideRef( _
ByRef As Vector4, _
ByRef As Vector4, _
ByVal As System.Single _
)
public static void DivideRef(
out Vector4 ,
ref Vector4 ,
System.float
)
Parameters
- result
- The vector that results from the division.
- left
- The vector.
- divisor
- The scalar value.
See Also