FQuaternionAddition Operator
Return the result of the addition of two quaternions.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2613.4238
public static FQuaternion operator +(
FQuaternion addend1,
FQuaternion addend2
)
Public Shared Operator + (
addend1 As FQuaternion,
addend2 As FQuaternion
) As FQuaternion
No code example is currently available or this language may not be supported.
- addend1 FQuaternion
-
Reference to the first addend.
- addend2 FQuaternion
-
Reference to the second addend.
FQuaternion
Reference to the quaternion addition result.