C1.Win.C1DX.4.8 Assembly / C1.Util.DX Namespace / Vector3 Structure / DivideRef Method / DivideRef(Vector3,Vector3,Single) Method
The vector that results from the division.
The vector.
The scalar value.

In This Topic
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 result As Vector3, _
   ByRef left As Vector3, _
   ByVal divisor As System.Single _
) 
 

Parameters

result
The vector that results from the division.
left
The vector.
divisor
The scalar value.
See Also