73 SLMATH_LOG(
"Plane(%s: a=%4.3f, b=%4.3f, c=%4.3f)",
void setCoefficients(const SLfloat A, const SLfloat B, const SLfloat C, const SLfloat D)
SLfloat d
d = -(ax+by+cy) = -normal.dot(point)
void setPoints(const SLVec3f &v1, const SLVec3f &v2, const SLVec3f &v3)
void print(const char *name)
void setNormalAndPoint(const SLVec3f &N, const SLVec3f &P)
void cross(const SLVec3 &a, const SLVec3 &b)
void set(const T X, const T Y, const T Z)
T dot(const SLVec3 &v) const