FQuaternionAdd Method
Add two quaternions and return the result.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2613.4238
public static FQuaternion Add(
FQuaternion addend1,
FQuaternion addend2
)
Public Shared Function Add (
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 quaternion to add.
- addend2 FQuaternion
-
Reference to the second quaternion to add.
FQuaternion
Reference to a new quaternion representing the result of the addition,
if legitimate.