.. _program_listing_file_Source_Physics_Inc_Physics_Geometry_IPhysicsGeometry.h: Program Listing for File IPhysicsGeometry.h =========================================== |exhale_lsh| :ref:`Return to documentation for file ` (``Source\Physics\Inc\Physics\Geometry\IPhysicsGeometry.h``) .. |exhale_lsh| unicode:: U+021B0 .. UPWARDS ARROW WITH TIP LEFTWARDS .. code-block:: cpp #pragma once #include "Math/Geometry.h" namespace Azura { namespace Physics { class IPhysicsGeometry : public Math::Geometry { public: }; } // namespace Physics } // namespace Azura