R/is.left.of.R

Defines functions is.left.of

Documented in is.left.of

is.left.of <- function(x0,y0,x1,y1,x2,y2){
   # is point (x0,y0) left of the directed line 
   # (x1,y1)-->(x2,y2) ?
   left(x0,y0,x1,y1,x2,y2)
}

Try the tripack package in your browser

Any scripts or data that you put into this service are public.

tripack documentation built on Oct. 21, 2024, 5:07 p.m.