Skip to content h3d.Matrix
Fields
| Name | Type |
|---|
| _11 | F64 |
| _12 | F64 |
| _13 | F64 |
| _14 | F64 |
| _21 | F64 |
| _22 | F64 |
| _23 | F64 |
| _24 | F64 |
| _31 | F64 |
| _32 | F64 |
| _33 | F64 |
| _34 | F64 |
| _41 | F64 |
| _42 | F64 |
| _43 | F64 |
| _44 | F64 |
| static | tmp | h3d.Matrix |
| static | I | Fun |
| static | L | Fun |
Protos
f@2716 zero(h3d.Matrix) → Void
f@2717 identity(h3d.Matrix) → Void
f@2718 multiply3x4(h3d.Matrix, h3d.Matrix, h3d.Matrix) → Void
f@2719 multiply(h3d.Matrix, h3d.Matrix, h3d.Matrix) → Void
f@2720 inverse3x4(h3d.Matrix, h3d.Matrix) → Void
f@2721 initInverse(h3d.Matrix, h3d.Matrix) → Void
f@2722 loadValues(h3d.Matrix, hl.types.ArrayBytes_Float) → Void
f@2723 colorHue(h3d.Matrix, F64) → Void
f@2724 colorSaturate(h3d.Matrix, F64) → Void
f@2725 colorContrast(h3d.Matrix, F64) → Void
f@2726 colorLightness(h3d.Matrix, F64) → Void
f@2727 colorGain(h3d.Matrix, I32, F64) → Void
f@2728 adjustColor(h3d.Matrix, Virtual[contrast, gain, hue, lightness, saturation]) → Void
Bindings
- static
f@2731 __constructor__(h3d.Matrix) → Void
- static
f@2730 L(hl.types.ArrayBytes_Float) → h3d.Matrix
- static
f@2729 I() → h3d.Matrix