Click or drag to resize

Vector3Divide(Vector3, Vector3) Method

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

Namespace: Internal.Net3dBool
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static Vector3 Divide(
	Vector3 vector,
	Vector3 scale
)

Parameters

vector  Vector3
Left operand.
scale  Vector3
Right operand.

Return Value

Vector3
Result of the operation.
See Also