MCPcopy Create free account
hub / github.com/OxideEngine/Oxide / Vector4

Class Vector4

oxide_math/commons/vector4.rs:7–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5
6#[derive(PartialEq, Debug, Serialize, Deserialize)]
7pub struct Vector4 {
8 pub x: f32,
9 pub y: f32,
10 pub z: f32,
11 pub w: f32,
12}
13
14impl vector::Length for Vector4 {
15 fn get_squared_length(&self) -> f32 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected