Skip to main content

ray_cast_height_field

Function ray_cast_height_field 

Source
pub fn ray_cast_height_field(
    height_field: &HeightField,
    input: RayCastInput,
) -> Result<CastOutput>
Expand description

Casts a ray against a height field.