Skip to content

h3d.Matrix

h3d.Matrix

Fields

NameType
_11F64
_12F64
_13F64
_14F64
_21F64
_22F64
_23F64
_24F64
_31F64
_32F64
_33F64
_34F64
_41F64
_42F64
_43F64
_44F64
statictmph3d.Matrix
staticIFun
staticLFun

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