MCPcopy Create free account
hub / github.com/Redot-Engine/redot-engine / scale_local

Method scale_local

core/math/basis.cpp:240–244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

238}
239
240void Basis::scale_local(const Vector3 &p_scale) {
241 rows[0] *= p_scale;
242 rows[1] *= p_scale;
243 rows[2] *= p_scale;
244}
245
246void Basis::scale_orthogonal(const Vector3 &p_scale) {
247 *this = scaled_orthogonal(p_scale);

Callers 8

update_transformMethod · 0.80
scale_object_localMethod · 0.80
_process_copyMethod · 0.80
_process_convertMethod · 0.80
scaled_orthogonalMethod · 0.80
scaled_localMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected