Lines Matching refs:B3DVector
103 B3DVector getNormal(const B3DPolygon& rCandidate) in getNormal()
108 B3DVector getPositiveOrientedNormal(const B3DPolygon& rCandidate) in getPositiveOrientedNormal()
110 B3DVector aRetval(rCandidate.getNormal()); in getPositiveOrientedNormal()
148 const B3DVector aAbsNormal(absolute(getNormal(rCandidate))); in getSignedArea()
237 const B3DVector aVector(aNextPoint - aCurrentPoint); in getEdgeLength()
259 const B3DVector aVector(aNextPoint - aCurrentPoint); in getLength()
419 const double fEdgeLength(B3DVector(aNextPoint - aCurrentPoint).getLength()); in applyLineDashing()
557 B3DVector aVector(aRetval.getB3DPoint(a) - rCenter); in applyDefaultNormalsSphere()
651 const B3DVector aVector(aRetval.getB3DPoint(a) - rCenter); in applyDefaultTextureCoordinatesSphere()
754 const B3DVector aEdge(rEdgeEnd - rEdgeStart); in isInEpsilonRange()
766 const B3DVector aTestEdge(rTestPosition - rEdgeStart); in isInEpsilonRange()
788 const B3DVector aDelta(rTestPosition - aCutPoint); in isInEpsilonRange()
804 const B3DVector aDelta(rTestPosition - rEdgeStart); in isInEpsilonRange()
814 const B3DVector aDelta(rTestPosition - rEdgeEnd); in isInEpsilonRange()
875 const B3DVector aPlaneNormal(rCandidate.getNormal()); in isInside()
1049 const B3DVector aEdgeVector(rEnd - rStart); in isPointOnLine()
1050 const B3DVector aTestVector(rCandidate - rStart); in isPointOnLine()
1124 …bool getCutBetweenLineAndPlane(const B3DVector& rPlaneNormal, const B3DPoint& rPlanePoint, const B… in getCutBetweenLineAndPlane()
1128 const B3DVector aTestEdge(rEdgeEnd - rEdgeStart); in getCutBetweenLineAndPlane()
1133 const B3DVector aCompareEdge(rPlanePoint - rEdgeStart); in getCutBetweenLineAndPlane()
1150 const B3DVector aPlaneNormal(rCandidate.getNormal()); in getCutBetweenLineAndPolygon()