Changeset 7589 in orxonox.OLD for branches/cd/src/lib/math/plane.cc
- Timestamp:
- May 11, 2006, 2:20:53 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/cd/src/lib/math/plane.cc
r7583 r7589 344 344 float l = n.len(); 345 345 if( l == 0.0) return 0.0; 346 return (n.dot(s) + k) / n.len();346 return (n.dot(s) /*+ k*/) / n.len(); 347 347 } 348 348
Note: See TracChangeset
for help on using the changeset viewer.