Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "m23-m22"

Index

Functions

Functions

Const mat23to22

  • mat23to22(out: null | Vec, m23: ArrayLikeIterable<number>): Vec
  • Converts 2x3 to 2x2 matrix and writes result to out. Creates new matrix if out is null.

    Parameters

    • out: null | Vec

      -

    • m23: ArrayLikeIterable<number>

      -

    Returns Vec

Generated using TypeDoc