Cross3_F16

Computes the cross-product of two vectors of 16.16 values.

Synopsis

void Cross3_F16( vec3f16 *dest, vec3f16 v1, vec3f16 v2 )

Description

This function multiplies two 3-coordinate vectors of 16.16 values together and deposits the cross-product in the location pointed to by dest.

Arguments

dest
A pointer to a destination vector to store the resulting cross product.
v1, v2
3-coordinate vector multiplicands.

Implementation

SWI implemented in operamath V20.

Associated Files

operamath.h