$search

collision_checking::Edge2f Struct Reference

Simple edge with two indices for its endpoints. More...

#include <primitive.h>

List of all members.

Public Member Functions

 Edge2f (unsigned int vid0, unsigned int vid1, unsigned int fid)
 Edge2f ()
bool operator< (const Edge2f &other) const
bool operator== (const Edge2f &other) const
 Whether two edges are the same, assuming belongs to the same object.

Public Attributes

unsigned int fids [2]
unsigned int vids [2]

Detailed Description

Simple edge with two indices for its endpoints.

Definition at line 103 of file primitive.h.


Constructor & Destructor Documentation

collision_checking::Edge2f::Edge2f (  )  [inline]

Definition at line 108 of file primitive.h.

collision_checking::Edge2f::Edge2f ( unsigned int  vid0,
unsigned int  vid1,
unsigned int  fid 
) [inline]

Definition at line 114 of file primitive.h.


Member Function Documentation

bool collision_checking::Edge2f::operator< ( const Edge2f other  )  const [inline]

Definition at line 127 of file primitive.h.

bool collision_checking::Edge2f::operator== ( const Edge2f other  )  const [inline]

Whether two edges are the same, assuming belongs to the same object.

Definition at line 122 of file primitive.h.


Member Data Documentation

Definition at line 106 of file primitive.h.

Definition at line 105 of file primitive.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends


collision_checking
Author(s): Jia Pan, Dinesh Manocha (UNC, Chapel Hill)
autogenerated on Fri Mar 1 14:57:00 2013