in Distance(plane, point) : return plane.Direction() * point - plane.Offset; in return plane.Direction() * point - plane.Offset(); |
||
|---|---|---|
| .. | ||
| complex | ||
| container | ||
| math | ||
| simplex | ||
| space | ||
in Distance(plane, point) : return plane.Direction() * point - plane.Offset; in return plane.Direction() * point - plane.Offset(); |
||
|---|---|---|
| .. | ||
| complex | ||
| container | ||
| math | ||
| simplex | ||
| space | ||