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

Method scale

core/math/Mat4.cpp:803–806  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

801}
802
803void Mat4::scale(float value)
804{
805 scale(value, this);
806}
807
808void Mat4::scale(float value, Mat4* dst) const
809{

Callers 15

operator()Method · 0.80
OBBMethod · 0.80
updateLocalMatMethod · 0.80
drawMethod · 0.80
updateMethod · 0.80
operator*Function · 0.80
operator*Function · 0.80

Calls 2

scaleFunction · 0.70
multiplyFunction · 0.50

Tested by 1

operator()Method · 0.64