Class cocos.euclid.Matrix3

Methods

  __init__(self)
  __copy__(self)
  copy(self)
  __repr__(self)
  __getitem__(self, key)
  __setitem__(self, key, value)
  __mul__(self, other)
  __imul__(self, other)
  identity(self)
  scale(self, x, y)
  translate(self, x, y)
  rotate(self, angle)
  new_identity(cls)
  new_scale(cls, x, y)
  new_translate(cls, x, y)
  new_rotate(cls, angle)
  determinant(self)
  inverse(self)
  __getstate__(self)
  __setstate__(self, state)

Properties

  a
  b
  c
  e
  f
  g
  i
  j
  k