- Cal3D 0.11 API Reference - |
#include <vector.h>
Public Member Functions | |
float | eval (CalVector &p) |
Sets new values. | |
float | dist (CalVector &p) |
void | setPosition (CalVector &p) |
void | setNormal (CalVector &p) |
Public Attributes | |
float | a |
float | b |
float | c |
float | d |
float CalPlane::eval | ( | CalVector & | p | ) |
Sets new values.
This function sets new values in the vector instance.
x | The x component. | |
y | The y component. | |
z | The z component. |