Module na::base::coordinates [−][src]
Structures to which matrices and vector can be auto-dereferenced (through Deref
) to access
components using their names. For example, if v
is a 3D vector, one can write v.z
instead
of v[2]
.
Structs
IJKW | Data structure used to provide access to matrix and vector coordinates with the dot
notation, e.g., |
M2x2 | Data structure used to provide access to matrix and vector coordinates with the dot
notation, e.g., |
M2x3 | Data structure used to provide access to matrix and vector coordinates with the dot
notation, e.g., |
M2x4 | Data structure used to provide access to matrix and vector coordinates with the dot
notation, e.g., |
M2x5 | Data structure used to provide access to matrix and vector coordinates with the dot
notation, e.g., |
M2x6 | Data structure used to provide access to matrix and vector coordinates with the dot
notation, e.g., |
M3x2 | Data structure used to provide access to matrix and vector coordinates with the dot
notation, e.g., |
M3x3 | Data structure used to provide access to matrix and vector coordinates with the dot
notation, e.g., |
M3x4 | Data structure used to provide access to matrix and vector coordinates with the dot
notation, e.g., |
M3x5 | Data structure used to provide access to matrix and vector coordinates with the dot
notation, e.g., |
M3x6 | Data structure used to provide access to matrix and vector coordinates with the dot
notation, e.g., |
M4x2 | Data structure used to provide access to matrix and vector coordinates with the dot
notation, e.g., |
M4x3 | Data structure used to provide access to matrix and vector coordinates with the dot
notation, e.g., |
M4x4 | Data structure used to provide access to matrix and vector coordinates with the dot
notation, e.g., |
M4x5 | Data structure used to provide access to matrix and vector coordinates with the dot
notation, e.g., |
M4x6 | Data structure used to provide access to matrix and vector coordinates with the dot
notation, e.g., |
M5x2 | Data structure used to provide access to matrix and vector coordinates with the dot
notation, e.g., |
M5x3 | Data structure used to provide access to matrix and vector coordinates with the dot
notation, e.g., |
M5x4 | Data structure used to provide access to matrix and vector coordinates with the dot
notation, e.g., |
M5x5 | Data structure used to provide access to matrix and vector coordinates with the dot
notation, e.g., |
M5x6 | Data structure used to provide access to matrix and vector coordinates with the dot
notation, e.g., |
M6x2 | Data structure used to provide access to matrix and vector coordinates with the dot
notation, e.g., |
M6x3 | Data structure used to provide access to matrix and vector coordinates with the dot
notation, e.g., |
M6x4 | Data structure used to provide access to matrix and vector coordinates with the dot
notation, e.g., |
M6x5 | Data structure used to provide access to matrix and vector coordinates with the dot
notation, e.g., |
M6x6 | Data structure used to provide access to matrix and vector coordinates with the dot
notation, e.g., |
X | Data structure used to provide access to matrix and vector coordinates with the dot
notation, e.g., |
XY | Data structure used to provide access to matrix and vector coordinates with the dot
notation, e.g., |
XYZ | Data structure used to provide access to matrix and vector coordinates with the dot
notation, e.g., |
XYZW | Data structure used to provide access to matrix and vector coordinates with the dot
notation, e.g., |
XYZWA | Data structure used to provide access to matrix and vector coordinates with the dot
notation, e.g., |
XYZWAB | Data structure used to provide access to matrix and vector coordinates with the dot
notation, e.g., |