Click or drag to resize

Quaternion Constructor (Vector3, Single)

Constructs a quaternion with X, Y, Z from Vector3 and rotation component from a scalar.

Namespace:  SampSharp.Entities.SAMP
Assembly:  SampSharp.Entities (in SampSharp.Entities.dll) Version: 0.0.0-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
Syntax
C#
public Quaternion(
	Vector3 value,
	float w
)

Parameters

value
Type: SampSharp.Entities.SAMPVector3
The x, y, z coordinates in 3d-space.
w
Type: SystemSingle
The rotation component.
See Also