Click or drag to resize

Vector3Division(Double, Vector3) Operator

Divides a scalar by a vector.

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static Vector3 operator /(
	double s,
	Vector3 v
)

Parameters

s  Double
The scalar value.
v  Vector3
The vector.

Return Value

Vector3
The scaled vector.
See Also