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

Method MakeScaleX

TSMatrix4D.cpp:711–714  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

709}
710
711Transform3D Transform3D::MakeScaleX(float sx)
712{
713 return (Transform3D(sx, 0.0F, 0.0F, 0.0F, 0.0F, 1.0F, 0.0F, 0.0F, 0.0F, 0.0F, 1.0F, 0.0F));
714}
715
716Transform3D Transform3D::MakeScaleY(float sy)
717{

Callers

nothing calls this directly

Calls 1

Transform3DClass · 0.70

Tested by

no test coverage detected