FQuaternion(FVector3, Single) Constructor

Create a new Instance of the FQuaternion object.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2613.4238
C#
public FQuaternion(
	FVector3 vector,
	float scalar
)

Parameters

vector  FVector3
The vector rotation part of the quaternion.
scalar  Single
The scalar part of the quaternion.

See Also