MCPcopy Create free account
hub / github.com/EricLengyel/Terathon-Math-Library / MakeScale

Method MakeScale

TSMatrix4D.cpp:701–704  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

699}
700
701Transform3D Transform3D::MakeScale(float scale)
702{
703 return (Transform3D(scale, 0.0F, 0.0F, 0.0F, 0.0F, scale, 0.0F, 0.0F, 0.0F, 0.0F, scale, 0.0F));
704}
705
706Transform3D Transform3D::MakeScale(float sx, float sy, float sz)
707{

Callers

nothing calls this directly

Calls 1

Transform3DClass · 0.70

Tested by

no test coverage detected