versor
3.0
C++11 library for Geometric algebra
|
Holds a pointer to a source, and has a radius t, the operator() generates a dual sphere at source with radius t. More...
#include <vsr_rigid.h>
Public Member Functions | |
DistancePtr (Pnt &a, const Pnt &target) | |
void | set (Pnt &a, const Pnt &target) |
Set constraint from source and target. | |
Dls | operator() () |
Evaluate Distance Constraint as a Dual Sphere. | |
Public Attributes | |
Point * | src = NULL |
Pointer to Point Source. | |
double | t |
Distance t from Source. | |
Holds a pointer to a source, and has a radius t, the operator() generates a dual sphere at source with radius t.