Commit 1aefb734 authored by GoshaZotov's avatar GoshaZotov

delete unused

parent 2a8bdc63
......@@ -11413,10 +11413,9 @@ drawSurfaceChart.prototype =
var pointsValue = [p1, p2, p21, p];
var res = this.cChartDrawer.isPointsLieIntoOnePlane3(p3d, p13d, p213d, p23d);
if(this.cChartDrawer.isPointsLieIntoOnePlane(p3d, p13d, p213d, p23d))//не делим диагональю данный сегмент
{
var pointsFace = this._getIntersectionPlanesAndLines(lines, pointsValue, true);
this._getIntersectionPlanesAndLines(lines, pointsValue, true);
}
else//делим диагональю данный сегмент
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment