Click or drag to resize

QuaternionF(Vector3F, Single) Constructor

Initializes a new instance of the QuaternionF class

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public QuaternionF(
	Vector3F v,
	float w
)

Parameters

v  Vector3F
 
w  Single
 
See Also