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
5226f5d3
Commit
5226f5d3
authored
Mar 07, 2022
by
邱旭
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
换个版本号打印的方式
parent
25637fbb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
5 deletions
+2
-5
Euler.ts
src/3d/math/Euler.ts
+2
-5
No files found.
src/3d/math/Euler.ts
View file @
5226f5d3
...
@@ -258,10 +258,7 @@ export class Euler {
...
@@ -258,10 +258,7 @@ export class Euler {
}
}
toArray
(
array
,
offset
)
{
toArray
(
array
=
[],
offset
=
0
)
{
if
(
array
===
undefined
)
array
=
[];
if
(
offset
===
undefined
)
offset
=
0
;
array
[
offset
]
=
this
.
_x
;
array
[
offset
]
=
this
.
_x
;
array
[
offset
+
1
]
=
this
.
_y
;
array
[
offset
+
1
]
=
this
.
_y
;
...
@@ -297,4 +294,4 @@ export class Euler {
...
@@ -297,4 +294,4 @@ export class Euler {
onChangeCallback
()
{
onChangeCallback
()
{
}
}
}
}
\ 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