Function graphics::math::separation
[−]
[src]
pub fn separation(ray: Ray, v: Vec2d) -> Vec2d
Compute the shortest vector from point to ray. A ray stores starting point and directional vector.
pub fn separation(ray: Ray, v: Vec2d) -> Vec2d
Compute the shortest vector from point to ray. A ray stores starting point and directional vector.
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct, enum,
trait, typedef (or
tdef).