Click or drag to resize

Vector3Divide(Vector3, Double, Vector3) Method

Divides a vector by a scalar.

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

Parameters

vector  Vector3
Left operand.
scale  Double
Right operand.
result  Vector3
Result of the operation.
See Also