indigo.shared.datatypes.mutable

Members list

Type members

Classlikes

object CheapMatrix4

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Types

opaque type CheapMatrix4

CheapMatrix4 is intended for use internally within Indigo, but remains available for general use. You are advised to use Matrix4 generally. CheapMatrix4 carries over much of the functionality of Matrix4 but is based on mutable data for performance reasons, and takes some shortcuts during multiplication to reduce work based on how the engine itself behaves.

CheapMatrix4 is intended for use internally within Indigo, but remains available for general use. You are advised to use Matrix4 generally. CheapMatrix4 carries over much of the functionality of Matrix4 but is based on mutable data for performance reasons, and takes some shortcuts during multiplication to reduce work based on how the engine itself behaves.

Attributes