Vector3(Double, Double, Double) Constructor |
Constructs a new Vector3.
Namespace: Internal.Net3dBoolAssembly: 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
- The x component of the Vector3.
- y Double
- The y component of the Vector3.
- z Double
- The z component of the Vector3.
See Also