Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
fyge_for_tb
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王剑峰
fyge_for_tb
Commits
e8f15316
Commit
e8f15316
authored
Mar 07, 2022
by
邱旭
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
换个版本号打印的方式
parent
29c78446
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
19 deletions
+0
-19
Mesh3D.ts
src/3d/Mesh3D.ts
+0
-19
No files found.
src/3d/Mesh3D.ts
View file @
e8f15316
...
@@ -176,22 +176,3 @@ function checkIntersection(
...
@@ -176,22 +176,3 @@ function checkIntersection(
object
:
object
object
:
object
};
};
}
}
//交付分
var
a
=
5
//时间分每天
var
b
=
1
//极限时间
var
j
=
15
//项目基础时间
var
i
=
4
function
aaa
(
t
)
{
t
-=
i
return
a
+
t
*
b
+
(
t
*
t
)
/
j
*
a
/
i
/
i
;
}
function
bbb
(
t
)
{
//完整项目按4天
t
-=
i
return
a
+
t
*
b
+
(
t
*
t
)
/
j
*
a
/
i
/
i
;
}
\ No newline at end of file
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