MCPcopy Create free account
hub / github.com/cocos/cocos-engine / transformVector

Method transformVector

native/cocos/math/Mat4.cpp:993–996  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

991}
992
993void Mat4::transformVector(Vec4 *vector) const {
994 CC_ASSERT(vector);
995 transformVector(*vector, vector);
996}
997
998void Mat4::transformVector(const Vec4 &vector, Vec4 *dst) const {
999 CC_ASSERT(dst);

Callers 4

calculateObliqueMatMethod · 0.80
transformMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected