OpenEnroth 73e68f7
|
#include <Plane.h>
Public Member Functions | |
float | calculate (float x, float y) const |
void | init (const Planef &plane) |
Public Attributes | |
float | a = 0 |
float | b = 0 |
float | c = 0 |
Helper structure for calculating Z-coordinate of a point on a plane given x and y, basically a storage for coefficients in z = ax + by + c
equation.
|
inline |
|
inline |
float PlaneZCalcf::a = 0 |
float PlaneZCalcf::b = 0 |
float PlaneZCalcf::c = 0 |