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

Class Vector4

perro_source/core/perro_structs/src/structs/structs_4d/vector4.rs:8–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6
7#[derive(Clone, Copy, Debug, PartialEq, Default)]
8pub struct Vector4 {
9 pub x: f32,
10 pub y: f32,
11 pub z: f32,
12 pub w: f32,
13}
14
15impl fmt::Display for Vector4 {
16 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {

Callers 1

fromMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected