MCPcopy Create free account
hub / github.com/defold/defold / SetScale

Method SetScale

engine/dlib/src/dlib/transform.h:66–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64 }
65
66 inline void SetScale(float scale)
67 {
68 m_TranslationScale.setW(scale);
69 }
70
71 inline dmVMath::Quat GetRotation() const
72 {

Callers 9

SpawnFromCollectionFunction · 0.45
SetScaleFunction · 0.45
ApplyAnimationFunction · 0.45
SetUpSimpleRigFunction · 0.45
SetScaleFunction · 0.45
MulFunction · 0.45
InvFunction · 0.45

Calls 1

setWMethod · 0.80

Tested by 1

SetUpSimpleRigFunction · 0.36