Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

VRageMath.QuaternionD.Dot

Morten Aune Lyrstad edited this page Oct 10, 2019 · 18 revisions

IndexNamespace IndexQuaternionD

Summary

public static double Dot(QuaternionD quaternion1, QuaternionD quaternion2)

Calculates the dot product of two Quaternions.

Returns

double

Parameters

Summary

public static void Dot(ref QuaternionD quaternion1, ref QuaternionD quaternion2, out double result)

Calculates the dot product of two Quaternions.

Parameters

Clone this wiki locally