Fix geom::box::volume
This commit is contained in:
parent
153e0f4230
commit
74a513c76b
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ namespace psemek::geom
|
|||
{
|
||||
T result = T{1};
|
||||
for (auto const & i : axes)
|
||||
result *= i.size();
|
||||
result *= i.length();
|
||||
return result;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue