getScaleMatrix

fun getScaleMatrix(scale: ERROR CLASS: Symbol not found for Triple<kotlin/Float, kotlin/Float, kotlin/Float>): Matrix4

Generates a scaling matrix given a scale vector.

Return

The scaling matrix as a Matrix4.

Parameters

scale

The scale vector as a Triple of floats (sx, sy, sz).