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

Class Matrix2

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

Source from the content-addressed store, hash-verified

22/// Fast 2x2 f32 matrix backed by glam.
23#[derive(Clone, Copy, Debug, PartialEq)]
24pub struct Matrix2(pub Mat2);
25
26/// Fast 3x3 f32 matrix backed by glam.
27#[derive(Clone, Copy, Debug, PartialEq)]

Callers 2

fromMethod · 0.85
from_glamMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected