Struct raylib::ffi::RayHitInfo [−][src]
#[repr(C)]pub struct RayHitInfo {
pub hit: bool,
pub distance: f32,
pub position: Vector3,
pub normal: Vector3,
}
Fields
hit: bool
distance: f32
position: Vector3
normal: Vector3
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for RayHitInfo
impl Send for RayHitInfo
impl Sync for RayHitInfo
impl Unpin for RayHitInfo
impl UnwindSafe for RayHitInfo
Blanket Implementations
Mutably borrows from an owned value. Read more