Platform SDK: DirectX

DirectX7.QuaternionMultiply

The DirectX7.QuaternionMultiply method calculates the product of two quaternion types.

object.QuaternionMultiply(quat As D3DRMQUATERNION, _
    quatA As D3DRMQUATERNION, _
    quatB As D3DRMQUATERNION)

Parameters

object
Object expression that resolves to a DirectX7 object.
quat
The D3DRMQUATERNION type that will contain the product of the multiplication.
quatA and quatB
The D3DRMQUATERNION types that will be multiplied together.

Error Codes

If the method fails, an error is raised and Err.Number is set.