Vector3F(Single, Single, Single) 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 Vector3F(
float x,
float y,
float z
)
Parameters
- x Single
- X component.
- y Single
- Y component.
- z Single
- Z component.
See Also