Searched refs:cross_product (Results 1 – 2 of 2) sorted by relevance
298 east = normalize(cross_product(mData[1], up)); in checkInitComplete()303 vec3_t north(cross_product(up, east)); in checkInitComplete()371 const vec3_t east( cross_product(m, up) ); in handleMag()383 vec3_t north( cross_product(up, east) ); in handleMag()
233 VLHS<TYPE, 3> PURE cross_product( in cross_product() function