NeoAxis Documentation
NeoAxis Documentation
API Reference
NeoAxis
Vector3F Structure
Vector3F Constructor
Vector3F(Vector3F) Constructor
Vector3F(Vector2F, Single) Constructor
Vector3F(Single, Single, Single) Constructor
Vector
3F(Vector
2F, Single) Constructor
Constructs a vector with a given
Vector2F
and a scalar.
Namespace:
NeoAxis
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
Copy
public
Vector3F
(
Vector2F
xy
,
float
z
)
Parameters
xy
Vector2F
The given
Vector2F
.
z
Single
The scalar value.
See Also
Reference
Vector3F Structure
Vector3F Overload
NeoAxis Namespace
Copyright 2026 NeoAxis Group. All rights reserved.