AC
AnkiCollab
AnkiCollab
Sign in
Explore Decks
Helpful
Join Discord
Download Add-on
Documentation
Support Us
Notes in
Basis
To Subscribe, use this Key
kitten-beer-item-oxygen-network-india
Status
Last Update
Fields
Published
06/07/2024
Description The Basis built-in Variant type is a 3×3 matrix used to represent 3D rotation, scale, and shear. It is frequently used…
Published
06/07/2024
Properties Vector3 x Vector3(1, 0, 0) Vector3 y Vector3(0, 1, 0) Vector3 z…
Published
06/07/2024
Constants IDENTITY = Basis(1, 0, 0, 0, 1, 0, 0, 0, 1) The identity basis. This is a basis with no rot…
Published
06/07/2024
Property Descriptions Vector3 x = Vector3(1, 0, 0) The basis's X axis, and the column 0 of the matrix. …
Published
06/07/2024
Constructor Descriptions Basis Basis () Constructs a Basis identical to the IDENTITY . Basis Basis (from: Basi…
Published
06/07/2024
Method Descriptions float determinant () const Returns the determinant of this basis's matrix. For advanced math, this number …
Published
06/07/2024
Operator Descriptions bool operator != (right: Basis ) Returns true if the components of both Basis matrices are …
Status
Last Update
Fields