homog2d library
Public Member Functions | Protected Attributes | List of all members
h2d::detail::IntersectCommon Struct Reference

Common stuff for intersection code. More...

#include <homog2d.hpp>

Inheritance diagram for h2d::detail::IntersectCommon:
Inheritance graph
[legend]

Public Member Functions

bool operator() () const
 

Protected Attributes

bool _doesIntersect = false
 

Detailed Description

Common stuff for intersection code.

Member Function Documentation

◆ operator()()

bool h2d::detail::IntersectCommon::operator() ( ) const
inline
2445  {
2446  return _doesIntersect;
2447  }
bool _doesIntersect
Definition: homog2d.hpp:2442

Member Data Documentation

◆ _doesIntersect

bool h2d::detail::IntersectCommon::_doesIntersect = false
protected

The documentation for this struct was generated from the following file: