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

Method MakeScaleZ

TSMatrix4D.cpp:721–724  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

719}
720
721Transform3D Transform3D::MakeScaleZ(float sz)
722{
723 return (Transform3D(1.0F, 0.0F, 0.0F, 0.0F, 0.0F, 1.0F, 0.0F, 0.0F, 0.0F, 0.0F, sz, 0.0F));
724}
725
726Transform3D Transform3D::MakeScale(float scale, const Vector3D& a)
727{

Callers

nothing calls this directly

Calls 1

Transform3DClass · 0.70

Tested by

no test coverage detected