Click or drag to resize

Vector3(Vector3) Constructor

Constructs a new instance from the given Vector3d.

Namespace: Internal.Net3dBool
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public Vector3(
	Vector3 v
)

Parameters

v  Vector3
The Vector3d to copy components from.
See Also