Skip to content

Commit

Permalink
Use inferred template type.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Jul 23, 2024
1 parent ca21979 commit aff79d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/Geometry/Plane.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ namespace Geometry

/// Finds the closed point on a plane to another point
VectorT closest_point (const VectorT & point) const {
Vec3 at;
VectorT at;

intersects_with(Line<D, NumericT>(point, _normal), at);

Expand Down

0 comments on commit aff79d7

Please sign in to comment.