Vector3(Double, Double, Double) Constructor |
Constructs a vector with the given individual elements.
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic Vector3(
double x,
double y,
double z
)
Parameters
- x Double
- X component.
- y Double
- Y component.
- z Double
- Z component.
See Also