Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Kai Karius
Fitter
Commits
df6f40c3
Commit
df6f40c3
authored
Oct 05, 2020
by
karius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated blend file for rendering
parent
a5c7c7a8
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
10 deletions
+5
-10
eulers_from_rot.py
eulers_from_rot.py
+5
-10
so3_sampling.blend
so3_sampling.blend
+0
-0
so3_sampling.blend1
so3_sampling.blend1
+0
-0
No files found.
eulers_from_rot.py
View file @
df6f40c3
...
...
@@ -40,9 +40,6 @@ x0[2,0] = 0
R
@
x0
x0
[
0
,
0
]
x1
=
R
@
x0
x2
=
np
.
ndarray
(
shape
=
(
3
,
1
))
for
i
in
range
(
3
):
x2
[
i
,
0
]
=
x1
[
i
,
0
].
simplify
()
x2
=
np
.
ndarray
(
shape
=
(
3
,
1
),
dtype
=
object
)
for
i
in
range
(
3
):
x2
[
i
,
0
]
=
x1
[
i
,
0
].
simplify
()
...
...
@@ -55,17 +52,15 @@ y2 = np.ndarray(shape=(3,1),dtype=object)
for
i
in
range
(
3
):
y2
[
i
,
0
]
=
y1
[
i
,
0
].
simplify
()
z0
=
np
.
ndarray
(
shape
=
(
3
,
1
))
z0
[
0
,
1
]
z0
[
0
,
0
]
=
0
z0
[
0
,
1
]
=
0
z0
[
1
,
0
]
=
0
z0
[
2
,
0
]
=
0
z0
[
2
,
0
]
=
1
z1
=
R
@
z0
z2
=
np
.
ndarray
(
shape
=
(
3
,
1
),
dtype
=
object
)
z0
[
2
,
0
]
=
1
z1
=
R
@
z0
for
i
in
range
(
3
):
z2
[
i
,
0
]
=
z1
[
i
,
0
].
simplify
()
print
(
x2
)
print
(
y2
)
print
(
z2
)
for
i
in
range
(
3
):
for
j
in
range
(
3
):
R
[
i
,
j
]
=
R
[
i
,
j
].
simplify
()
print
(
i
,
j
,
R
[
i
,
j
])
so3_sampling.blend
View file @
df6f40c3
No preview for this file type
so3_sampling.blend1
View file @
df6f40c3
No preview for this file type
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