MCPcopy Create free account
hub / github.com/axmolengine/axmol / cross

Method cross

core/math/Vec3.cpp:120–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118}
119
120void Vec3::cross(const Vec3& v)
121{
122 cross(*this, v, this);
123}
124
125void Vec3::cross(const Vec3& v1, const Vec3& v2, Vec3* dst)
126{

Callers 3

getAngleMethod · 0.45
onTouchesEndMethod · 0.45
tolua_cocos2d_Vec3_crossFunction · 0.45

Calls 1

crossFunction · 0.70

Tested by 1

onTouchesEndMethod · 0.36