OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CrossProduct
(Results
1 - 3
of
3
) sorted by null
/external/skia/include/core/
SkPoint.h
123
static int32_t
CrossProduct
(const SkIPoint& a, const SkIPoint& b) {
297
static SkScalar
CrossProduct
(const SkPoint& a, const SkPoint& b) {
/external/quake/quake/src/QW/client/
mathlib.c
108
CrossProduct
( vr, vf, vup );
361
void
CrossProduct
(vec3_t v1, vec3_t v2, vec3_t cross)
/external/quake/quake/src/WinQuake/
mathlib.cpp
108
CrossProduct
( vr, vf, vup );
363
void
CrossProduct
(vec3_t v1, vec3_t v2, vec3_t cross)
Completed in 33 milliseconds