Sven Niederberger

Results 1 issues of Sven Niederberger

This returns `true`, even though `(0., 0.)` is not inside the triangle: ``` is_point_in_triangle( &Point2d::new(0., 0.), &Point2d::new(1., 0.), &Point2d::new(0., 1.), &Point2d::new(1., 1.), ); ``` This seems to be independent of...