Click or drag to resize

Vector4Division(Double, Vector4) 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 Vector4 operator /(
	double s,
	Vector4 v
)

Parameters

s  Double
The scalar value.
v  Vector4
The vector.

Return Value

Vector4
The scaled vector.
See Also