Click or drag to resize

Vector3Division(Double, Vector3) Operator

Creates a new vector which is the numerator devided by each component of the vector.

Namespace: Internal.Net3dBool
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static Vector3 operator /(
	double numerator,
	Vector3 vec
)

Parameters

numerator  Double
vec  Vector3

Return Value

Vector3
The result of the calculation.
See Also