Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "m22-m23"

Index

Functions

Functions

Const mat22to23

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

    Parameters

    • out: null | Vec

      -

    • m22: ArrayLikeIterable<number>

      -

    Returns Vec

Generated using TypeDoc