Searched refs:cross_product (Results 1 – 2 of 2) sorted by relevance
262 vec3_t east(cross_product(mData[1], up)); in checkInitComplete()264 vec3_t north(cross_product(up, east)); in checkInitComplete()313 const vec3_t east( cross_product(m, up) ); in handleMag()325 vec3_t north( cross_product(up, east) ); in handleMag()
233 VLHS<TYPE, 3> PURE cross_product( in cross_product() function