mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-13 18:48:40 +00:00
7 lines
91 B
PHP
7 lines
91 B
PHP
<?php
|
|
namespace phpOMS\Math\Shape\D2;
|
|
|
|
class Quadrilateral implements D2ShapeInterface
|
|
{
|
|
|
|
} |