FQuaternion(FVector3, Single) Constructor
Create a new Instance of the FQuaternion object.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2613.4238
public FQuaternion(
FVector3 vector,
float scalar
)
Public Sub New (
vector As FVector3,
scalar As Single
)
No code example is currently available or this language may not be supported.
Parameters
- vector FVector3
-
The vector rotation part of the quaternion.
- scalar Single
-
The scalar part of the quaternion.