geom/ray: style

This commit is contained in:
Danny Robson 2018-04-20 15:06:13 +10:00
parent cc83dd8713
commit cce9333b65

View File

@ -74,7 +74,6 @@ namespace util::geom {
return dot (p.coefficients, r.origin. template redim<S+1> (1)) /
dot (p.coefficients, r.direction.template redim<S+1> (0));
}