FQuaternion(Single, Single, Single, Single) Constructor
Create a new Instance of the FQuaternion object.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2613.4238
public FQuaternion(
float x,
float y,
float z,
float w
)
Public Sub New (
x As Single,
y As Single,
z As Single,
w As Single
)
No code example is currently available or this language may not be supported.
Parameters
- x Single
-
X rotational value.
- y Single
-
Y rotational value.
- z Single
-
Z rotational value.
- w Single
-
W scalar value.