template<typename T>
sead::Matrix22CalcCommon class

Public types

using Base = typename Policies<T>::Mtx22Base

Public static functions

static void makeIdentity(Base& o)
static void makeZero(Base& o)
static void copy(Base& o, const Base& n)
static void inverse(Base& o, const Base& n)
static void inverseTranspose(Base& o, const Base& n)
static void multiply(Base& o, const Base& a, const Base& b)
static void transpose(Base& o)
static void transposeTo(Base& o, const Base& n)