versor  3.0
C++11 library for Geometric algebra
Public Member Functions | Public Attributes | List of all members
vsr::cga::DistancePtr Struct Reference

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

Pointsrc = NULL
 Pointer to Point Source.
 
double t
 Distance t from Source.
 

Detailed Description

Holds a pointer to a source, and has a radius t, the operator() generates a dual sphere at source with radius t.


The documentation for this struct was generated from the following file: