mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-12 18:18:41 +00:00
7 lines
83 B
PHP
7 lines
83 B
PHP
<?php
|
|
namespace phpOMS\Math\Shape\D3;
|
|
|
|
class Prism implements D3ShapeInterface
|
|
{
|
|
|
|
} |