Vocabularymath.
matrices.
extrasInputsOutputsWord descriptionCreate a
<scale-matrix4>, with the scale factors inverted.
Notes• | Only the first three values in factors are used. |
• | This word is the inverse variant of <scale-matrix4>. |
ExamplesUSING: math.matrices.extras prettyprint ;
{ -9.3 100 1/2 } <ortho-matrix4> .
{
{ -0.1075268817204301 0.0 0.0 0.0 }
{ 0.0 1/100 0.0 0.0 }
{ 0.0 0.0 2 0.0 }
{ 0.0 0.0 0.0 1.0 }
}
Definition