Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sdkjs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boris Kocherov
sdkjs
Commits
a6b72d6f
Commit
a6b72d6f
authored
Dec 27, 2016
by
GoshaZotov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
+ previous
parent
3e6d52ce
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
17 deletions
+1
-17
common/Charts/ChartsDrawer.js
common/Charts/ChartsDrawer.js
+1
-17
No files found.
common/Charts/ChartsDrawer.js
View file @
a6b72d6f
...
...
@@ -11346,11 +11346,6 @@ drawSurfaceChart.prototype =
{
if
(
pointsFace1
[
l
]
&&
pointsFace2
[
l
])
{
/*var gridPlain1 = getGridPlain(l - 1);
var gridPlain2 = getGridPlain(l);
var convertResult1 = t.cChartDrawer.isIntersectionPlainAndLineSegment(gridPlain1, lines[4].p1, lines[4].p2, lines[4].p111, lines[4].p222);
var convertResult2 = t.cChartDrawer.isIntersectionPlainAndLineSegment(gridPlain2, lines[4].p1, lines[4].p2, lines[4].p111, lines[4].p222);*/
//находим две точки, принадлежащие диагональной прямой. у обоих сегментов они должны быть
var
lineEquation
=
t
.
cChartDrawer
.
getLineEquation2d
(
lines
[
4
].
p111
,
lines
[
4
].
p222
);
...
...
@@ -11382,18 +11377,7 @@ drawSurfaceChart.prototype =
pointsFace2
[
l
].
push
(
points1
[
0
]);
pointsFace2
[
l
].
push
(
points1
[
1
]);
}
var
test
=
1
;
/*var path = t._calculateTempFace(pointsFace1[l].concat(pointsFace2[l]));
if(!t.paths.test2[l])
{
t.paths.test2[l] = [];
}
t.paths.test2[l].push(path);*/
}
if
(
pointsFace1
[
l
])
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment