Vector3(Vector3) Constructor |
Constructs a new instance from the given Vector3d.
Namespace: Internal.Net3dBoolAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic Vector3(
Vector3 v
)
Parameters
- v Vector3
- The Vector3d to copy components from.
See Also