[]
        
(Showing Draft Content)

C1.Util.DX.Vector3.Divide

Divide Method

Divide(Vector3, float)

Divides the specified vector by a specified scalar value.

Declaration
public static Vector3 Divide(Vector3 left, float divisor)
Parameters
Type Name Description
Vector3 left

The vector.

float divisor

The scalar value.

Returns
Type Description
Vector3

The vector that results from the division.

Divide(Vector3, Vector3)

Divides the first vector by the second.

Declaration
public static Vector3 Divide(Vector3 left, Vector3 right)
Parameters
Type Name Description
Vector3 left

The first vector.

Vector3 right

The second vector.

Returns
Type Description
Vector3

The vector resulting from the division.