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

Method MakeScaleY

TSMatrix4D.cpp:716–719  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

714}
715
716Transform3D Transform3D::MakeScaleY(float sy)
717{
718 return (Transform3D(1.0F, 0.0F, 0.0F, 0.0F, 0.0F, sy, 0.0F, 0.0F, 0.0F, 0.0F, 1.0F, 0.0F));
719}
720
721Transform3D Transform3D::MakeScaleZ(float sz)
722{

Callers

nothing calls this directly

Calls 1

Transform3DClass · 0.70

Tested by

no test coverage detected