Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TanTanDev/runity
/ CTransform
Class
CTransform
rust/shared/src/components/transform.rs:28–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
#[repr(C)]
27
#[derive(Clone, Debug)]
28
pub struct CTransform {
29
pub x: f32,
30
pub y: f32,
31
pub z: f32,
32
}
33
34
// #[repr(C)]
35
// #[derive(Copy, Clone, Debug)]
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected