FQuaternionSet Method
Set the properties of the specified quaternion through an abbreviated
method.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2613.4238
public static void Set(
FQuaternion quaternion,
float x,
float y,
float z,
float w
)
Public Shared Sub Set (
quaternion As FQuaternion,
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
- quaternion FQuaternion
-
Reference to the quaternion whose properties are to be updated.
- x Single
-
X value to set.
- y Single
-
Y value to set.
- z Single
-
Z value to set.
- w Single
-
W value to set.
Using the set method bypasses any events in this version.