#include <DistRot.h>
Inheritance diagram for DistRot:
Public Member Functions | |
DistRot (double sr=1.0) | |
virtual | ~DistRot () |
virtual double | distance (Geometry &, double, Vector3 *)=0 |
virtual bool | separation (Geometry &, Vector3 *)=0 |
Protected Attributes | |
double | _scaleRatio |
Definition at line 28 of file DistRot.h.
|
|
|
|
|
Implemented in BVDistRot, and FDH14DistRot. Referenced by BVH::_dr_inner(), BVH::_dr_leaf(), and BVH::distance(). |
|
Implemented in BVDistRot, and FDH14DistRot. Referenced by BVH::separation(). |
|
|