Moka kernel
|
This is the complete list of members for CPlane, including all inherited members.
CPlane() | CPlane | |
CPlane(TCoordinate Aa, TCoordinate Ab, TCoordinate Ac, TCoordinate Ad) | CPlane | |
CPlane(const CVertex &APoint1, const CVertex &APoint2, const CVertex &APoint3) | CPlane | |
CPlane(const CVertex &ANormal, const CVertex &APoint) | CPlane | |
getA() const | CPlane | |
getB() const | CPlane | |
getBestProjection() const | CPlane | |
getC() const | CPlane | |
getD() const | CPlane | |
getLineIntersection(const CVertex &APoint, const CVertex &ADirection, TCoordinate *AInterParam) const | CPlane | |
getLineIntersection(const CVertex &APoint, const CVertex &ADirection, CVertex *AInter) const | CPlane | |
getNormal() const | CPlane | |
getNormalNorm() const | CPlane | |
isPointOnPlane(const CVertex &APoint) const | CPlane | |
operator<<(std::ostream &AStream, const CPlane &APlane) | CPlane | friend |
pointDistance(const CVertex &APoint) const | CPlane | |
projectPoint(const CVertex &APoint) const | CPlane | |
projectPoint(const CVertex &APoint, TProjection AProj) const | CPlane | |
reverseOrientation() | CPlane | |
setPlane(TCoordinate Aa, TCoordinate Ab, TCoordinate Ac, TCoordinate Ad) | CPlane | |
setPlane(const CVertex &APoint1, const CVertex &APoint2, const CVertex &APoint3) | CPlane | |
setPlane(const CVertex &ANormal, const CVertex &APoint) | CPlane | |
unprojectPoint(const CVertex &APoint, TProjection AProj) const | CPlane | |
~CPlane() | CPlane | virtual |