Home
last modified time | relevance | path

Searched defs:vector3_cross (Results 1 – 4 of 4) sorted by relevance

/dports/science/libctl/libctl-4.5.0/src/
H A Dctl-math.c72 vector3 vector3_cross(vector3 v1, vector3 v2) { in vector3_cross() function
/dports/games/netradiant/netradiant-20150621-src/libs/math/
H A Dvector.h450 inline BasicVector3<Element> vector3_cross( const BasicVector3<Element>& self, const BasicVector3<O… in vector3_cross() function
/dports/games/gtkradiant/GPL/GtkRadiant/libs/math/
H A Dvector.h640 inline BasicVector3<Element> vector3_cross(const BasicVector3<Element>& self, const BasicVector3<Ot… in vector3_cross() function
/dports/devel/py-game/pygame-2.1.0/src_c/
H A Dmath.c2929 vector3_cross(pgVector *self, PyObject *other) in vector3_cross() function