We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 105f488 commit d8399e5Copy full SHA for d8399e5
1 file changed
src/geode/geometry/basic_objects/plane.cpp
@@ -78,7 +78,6 @@ namespace geode
78
Point3D GenericPlane< PointType >::point_on_plane() const
79
{
80
Point3D point;
81
- const auto& mesh = surface.mesh();
82
for( const auto d : LRange{ 3 } )
83
84
if( std::fabs( normal_.value( d ) ) < GLOBAL_EPSILON )
0 commit comments