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

Class Matrix4

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

Source from the content-addressed store, hash-verified

30/// Fast 4x4 f32 matrix backed by glam.
31#[derive(Clone, Copy, Debug, PartialEq)]
32pub struct Matrix4(pub Mat4);
33
34trait MatrixElementOps: Copy {
35 fn add_assign_matrix(out: &mut [Self], rhs: &[Self]);

Callers 3

fromMethod · 0.85
to_matrix4Method · 0.85
from_glamMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected