INET Framework for OMNeT++/OMNEST
|
This class represents a 3 dimensional geometric object positioned and oriented in 3 dimensional space. More...
#include <GeometricObjectBase.h>
Public Member Functions | |
GeometricObjectBase () | |
virtual | ~GeometricObjectBase () |
virtual bool | isNil () const =0 |
Returns true if this geometric object is the same as the unspecified singleton instance of this type. More... | |
virtual bool | isUnspecified () const =0 |
Returns true if this geometric object is not completely specified. More... | |
This class represents a 3 dimensional geometric object positioned and oriented in 3 dimensional space.
|
pure virtual |
Returns true if this geometric object is the same as the unspecified singleton instance of this type.
Implemented in inet::LineSegment, inet::Plane, inet::Box, and inet::Polygon.
|
pure virtual |
Returns true if this geometric object is not completely specified.
Implemented in inet::LineSegment, inet::Plane, inet::Box, and inet::Polygon.