mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-08-03 12:49:50 +00:00
fix: support for clang3.3
This commit is contained in:
parent
c8d3fbe597
commit
4182fb3fea
5 changed files with 16 additions and 8 deletions
|
@ -46,7 +46,7 @@ namespace sprout {
|
|||
private:
|
||||
template<typename Vector>
|
||||
SPROUT_CONSTEXPR bool
|
||||
within_test(Vector const& d0, Vector const& d1) {
|
||||
within_test(Vector const& d0, Vector const& d1) const {
|
||||
return sprout::darkroom::coords::dot(
|
||||
sprout::darkroom::coords::cross(d0, d1),
|
||||
normal_
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue