#include <MRFeatures.h>
Public Member Functions | |
| MRMESH_API ConeSegment | intersectWithPlane (const Plane &other) const |
| Returns an infinite line, with the center in a sane location. | |
| MRMESH_API Sphere | intersectWithLine (const ConeSegment &line) const |
Public Attributes | |
| Vector3f | center |
| Vector3f | normal = Vector3f( 1, 0, 0 ) |
| This must be normalized. The sign doesn't matter. | |
Friends | |
| bool | operator== (const Plane &, const Plane &)=default |