cuboidWall

This commit is contained in:
hamidrezanorouzi
2022-11-25 11:13:29 +03:30
parent 02f7f9af20
commit a9097ad286
5 changed files with 232 additions and 0 deletions

View File

@ -45,6 +45,12 @@ public:
planeWall(const dictionary& dict);
planeWall(
const realx3& p1,
const realx3& p2,
const realx3& p3,
const realx3& p4);
add_vCtor
(
Wall,