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