VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Functions
polygonUtilities.h File Reference

Go to the source code of this file.

Functions

DT_DLL_geometry bool DtCrossingsTest (const DtPolygon2D &polygon, const DtPoint &pointToTest)
 
DT_DLL_geometry bool DtPointInPolygonInXy (const DtPolygon2D &polygon, const DtPoint &pointToTest)
 
DT_DLL_geometry bool DtIntersectsInXy (const DtPolygon2D &polygon, const DtChord &chord)
 
DT_DLL_geometry bool DtGetIntersectionInXy (const DtPolygon2D &polygon, const DtChord &chord, std::vector< DtChord > &chordPolyIntersection)
 
DT_DLL_geometry bool DtIntersectsInXy (const DtPolygon2D &polygon1, const DtPolygon2D &polygon2)
 
DT_DLL_geometry bool DtEdgesIntersectInXy (const DtPolygon2D &polygon, const DtChord &chord)
 
DT_DLL_geometry bool DtPolygonContains (const DtPolygon2D &polygon1, const DtPolygon2D &polygon2)
 

Function Documentation

DT_DLL_geometry bool DtCrossingsTest ( const DtPolygon2D polygon,
const DtPoint pointToTest 
)
DT_DLL_geometry bool DtPointInPolygonInXy ( const DtPolygon2D polygon,
const DtPoint pointToTest 
)
DT_DLL_geometry bool DtIntersectsInXy ( const DtPolygon2D polygon,
const DtChord chord 
)
DT_DLL_geometry bool DtGetIntersectionInXy ( const DtPolygon2D polygon,
const DtChord chord,
std::vector< DtChord > &  chordPolyIntersection 
)
DT_DLL_geometry bool DtIntersectsInXy ( const DtPolygon2D polygon1,
const DtPolygon2D polygon2 
)
DT_DLL_geometry bool DtEdgesIntersectInXy ( const DtPolygon2D polygon,
const DtChord chord 
)
DT_DLL_geometry bool DtPolygonContains ( const DtPolygon2D polygon1,
const DtPolygon2D polygon2 
)

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)