Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
803
void Mat4::scale(float value)
804
{
805
scale(value, this);
806
}
807
808
void Mat4::scale(float value, Mat4* dst) const
809
{
Callers
15
operator()
Method · 0.80
_glfwInputWindowContentScale
Function · 0.80
OBB
Method · 0.80
updateLocalMat
Method · 0.80
draw
Method · 0.80
update
Method · 0.80
operator*
Function · 0.80
operator*
Function · 0.80
loadScaleFrameWithFlatBuffers
Method · 0.80
loadRotationSkewFrameWithFlatBuffers
Method · 0.80
loadAnchorPointFrameWithFlatBuffers
Method · 0.80
setPropsWithFlatBuffers
Method · 0.80
Calls
2
scale
Function · 0.70
multiply
Function · 0.50
Tested by
1
operator()
Method · 0.64