versor
3.0
C++11 library for Geometric algebra
|
Generic Rigid Constraint Node. More...
#include <vsr_rigid.h>
Public Member Functions | |
virtual void | onEval (double amt)=0 |
evaluation implementation to be implemented by subclass | |
Point | eval (double amt=0) |
void | setResult (const Point &p) |
Public Attributes | |
Point | result = Point() |
stored evaluated result | |
bool | bCalc = true |
whether to Evaluate | |
vector< RigidNode * > | mParent |
parents which might need to be evaluated before this one | |
Generic Rigid Constraint Node.