Click or drag to resize

Vector3 Constructor (Vector3)

Constructs a new instance from the given Vector3d.

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

Parameters

v
Type: Internal.Net3dBoolVector3
The Vector3d to copy components from.
See Also