Click or drag to resize

Vector3Divide Method (Vector3, Vector3, Vector3)

Divide a vector by the components of a vector (scale).

Namespace:  Internal.Net3dBool
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static void Divide(
	ref Vector3 vector,
	ref Vector3 scale,
	out Vector3 result
)

Parameters

vector
Type: Internal.Net3dBoolVector3
Left operand.
scale
Type: Internal.Net3dBoolVector3
Right operand.
result
Type: Internal.Net3dBoolVector3
Result of the operation.
See Also