Rename box::size -> box::volume
This commit is contained in:
parent
da445a869a
commit
486f5f5a77
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ namespace psemek::geom
|
|||
return false;
|
||||
}
|
||||
|
||||
T size() const
|
||||
T volume() const
|
||||
{
|
||||
T result = T{1};
|
||||
for (auto const & i : axes)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue