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

Go to the source code of this file.

Functions

DT_DLL_geometry void DtExpandExtentToIncludeBoundingShere (DtExtent &extent, const DtPoint &localPosition, double halfLength)
 
DT_DLL_geometry void DtExpandExtentToIncludeBoundingVolume (DtExtent &extent, const Dt3dBoundingVolume &localBoundingVolume, const DtDcm &worldOrientation, const DtPoint &worldLocation)
 
DT_DLL_geometry DtPoint DtClosestPointOnTriangleTo (const DtPoint &testPoint, const DtPoint &triangleA, const DtPoint &triangleB, const DtPoint &triangleC)
 
DT_DLL_geometry bool DtIntersectRaySphere (const DtPoint &rayStartPoint, const DtVector &rayDirection, const DtSphere &sphere, double &t, DtPoint &intersectPoint)
 
DT_DLL_geometry bool DtIntersectRaySphere (const DtPoint &rayStartPoint, const DtVector &rayDirection, const DtSphere &sphere, double &t, DtPoint &intersectPoint, DtChord &segmentThroughSphere)
 
DT_DLL_geometry double DtBoundingRadiusInXY (const Dt3dBoundingVolume &boundingVolume)
 
DT_DLL_geometry double DtBoundingRadiusInXYSquared (const Dt3dBoundingVolume &boundingVolume)
 

Function Documentation

DT_DLL_geometry void DtExpandExtentToIncludeBoundingShere ( DtExtent extent,
const DtPoint localPosition,
double  halfLength 
)
DT_DLL_geometry void DtExpandExtentToIncludeBoundingVolume ( DtExtent extent,
const Dt3dBoundingVolume &  localBoundingVolume,
const DtDcm &  worldOrientation,
const DtPoint worldLocation 
)
DT_DLL_geometry DtPoint DtClosestPointOnTriangleTo ( const DtPoint testPoint,
const DtPoint triangleA,
const DtPoint triangleB,
const DtPoint triangleC 
)
DT_DLL_geometry bool DtIntersectRaySphere ( const DtPoint rayStartPoint,
const DtVector &  rayDirection,
const DtSphere sphere,
double t,
DtPoint intersectPoint 
)
DT_DLL_geometry bool DtIntersectRaySphere ( const DtPoint rayStartPoint,
const DtVector &  rayDirection,
const DtSphere sphere,
double t,
DtPoint intersectPoint,
DtChord segmentThroughSphere 
)
DT_DLL_geometry double DtBoundingRadiusInXY ( const Dt3dBoundingVolume &  boundingVolume)
DT_DLL_geometry double DtBoundingRadiusInXYSquared ( const Dt3dBoundingVolume &  boundingVolume)

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)