Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PerroEngine/Perro
/ Vector3
Class
Vector3
perro_source/core/perro_structs/src/structs/structs_3d/vector3.rs:18–22 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
/// ```
17
#[derive(Clone, Copy, Debug, PartialEq, Default)]
18
pub struct Vector3 {
19
pub x: f32,
20
pub y: f32,
21
pub z: f32,
22
}
23
24
impl fmt::Display for Vector3 {
25
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
Callers
1
from
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected