Node that computes an inversion (1-x) (scalar or vector). More...
#include <SeExprNode.h>
Public Member Functions | |
SeExprInvertNode (const SeExpression *expr, SeExprNode *a) | |
virtual void | eval (SeVec3d &result) const |
Evaluation method. Note: v[1] and v[2] are undefined if !isVec. |
Node that computes an inversion (1-x) (scalar or vector).
Definition at line 152 of file SeExprNode.h.
SeExprInvertNode::SeExprInvertNode | ( | const SeExpression * | expr, | |
SeExprNode * | a | |||
) | [inline] |
Definition at line 155 of file SeExprNode.h.
void SeExprInvertNode::eval | ( | SeVec3d & | v | ) | const [virtual] |
Evaluation method. Note: v[1] and v[2] are undefined if !isVec.
Reimplemented from SeExprNode.
Definition at line 383 of file SeExprNode.cpp.
References SeExprNode::_isVec, a, SeExprNode::child(), and SeExprNode::eval().