ComponentOne Bitmap for UWP
DivideRef(Vector3,Vector3,Single) Method

C1.UWP.DX 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.
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 _
) 
public static void DivideRef( 
   out Vector3 result,
   ref Vector3 left,
   System.float divisor
)

Parameters

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

Reference

Vector3 Structure
Vector3 Members
Overload List