Collision Checker
rectangle_aabb_export.h
Go to the documentation of this file.
1 #pragma once
2 #include <s11n.net/s11n/s11nlite.hpp> // s11nlite framework
6 
7 namespace collision {
8 namespace serialize {
10  public:
14  virtual bool operator()(s11nlite::node_type &dest) const;
15  virtual bool operator()(const s11nlite::node_type &src);
16 
17  protected:
19 };
20 
21 } // namespace serialize
22 
23 } // namespace collision
Axis-aligned rectangle.
virtual bool operator()(s11nlite::node_type &dest) const
int serialize(const test::BroadphaseFailureCCObj &bf_object, std::ostream &output_stream, const char *format=SERIALIZER_DEFAULT_FORMAT)
Base class for CollisionObjects and some of their groups.