Skip to main content

OBPoint3f

Type Alias OBPoint3f 

Source
pub type OBPoint3f = OBPoint;
Expand description

@brief 3D point structure in the SDK

Aliased Type§

#[repr(C, packed(1))]
pub struct OBPoint3f { pub x: f32, pub y: f32, pub z: f32, }

Fields§

§x: f32

< X coordinate

§y: f32

< Y coordinate

§z: f32

< Z coordinate