Click or drag to resize

Vector3(Double, Double, Double) Constructor

Constructs a new Vector3.

Namespace: Internal.Net3dBool
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public Vector3(
	double x,
	double y,
	double z
)

Parameters

x  Double
The x component of the Vector3.
y  Double
The y component of the Vector3.
z  Double
The z component of the Vector3.
See Also