Function ncollide_procedural::utils::push_rectangle_indices [] [src]

pub fn push_rectangle_indices<T: Clone>(ul: T, ur: T, dl: T, dr: T, out: &mut Vec<Pnt3<T>>)

Given four corner points, pushes to two counterclockwise triangles to out.

Arguments:

  • ul - the up-left point.
  • dl - the down-left point.
  • dr - the down-left point.
  • ur - the up-left point.