MCPcopy Create free account
hub / github.com/PerroEngine/Perro / Matrix3

Class Matrix3

perro_source/core/perro_structs/src/structs/matrix/mod.rs:28–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26/// Fast 3x3 f32 matrix backed by glam.
27#[derive(Clone, Copy, Debug, PartialEq)]
28pub struct Matrix3(pub Mat3);
29
30/// Fast 4x4 f32 matrix backed by glam.
31#[derive(Clone, Copy, Debug, PartialEq)]

Callers 3

fromMethod · 0.85
from_glamMethod · 0.85
to_matrix3Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected