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

Method MakeScaleZ

TSMatrix3D.cpp:254–257  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

252}
253
254Matrix3D Matrix3D::MakeScaleZ(float sz)
255{
256 return (Matrix3D(1.0F, 0.0F, 0.0F, 0.0F, 1.0F, 0.0F, 0.0F, 0.0F, sz));
257}
258
259Matrix3D Matrix3D::MakeSkew(float angle, const Vector3D& a, const Vector3D& b)
260{

Callers

nothing calls this directly

Calls 1

Matrix3DClass · 0.85

Tested by

no test coverage detected