Skip to content
Snippets Groups Projects
Verified Commit 10394433 authored by baptiste.coudray's avatar baptiste.coudray
Browse files

Changed name

parent dd39ca66
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ type envelope_2d_t [n][m][ty][tx] = env.envelope_2d_t [n][m][ty][tx] ...@@ -5,7 +5,7 @@ type envelope_2d_t [n][m][ty][tx] = env.envelope_2d_t [n][m][ty][tx]
type~ side_envelope_3d_t = env.side_envelope_3d_t type~ side_envelope_3d_t = env.side_envelope_3d_t
type~ envelope_3d_t = env.envelope_3d_t type~ envelope_3d_t = env.envelope_3d_t
type~ side_envelope_3d_f32 = { type~ side_envelope_3d = {
east: [][][]f32, -- edge east: [][][]f32, -- edge
north: [][][]f32, -- edge north: [][][]f32, -- edge
north_east: [][][]f32, -- vertice north_east: [][][]f32, -- vertice
...@@ -18,12 +18,12 @@ type~ side_envelope_3d_f32 = { ...@@ -18,12 +18,12 @@ type~ side_envelope_3d_f32 = {
} }
type~ envelope_3d_f32 = { type~ envelope_3d_f32 = {
back: side_envelope_3d_f32, back: side_envelope_3d,
bottom: side_envelope_3d_f32, bottom: side_envelope_3d,
front: side_envelope_3d_f32, front: side_envelope_3d,
left: side_envelope_3d_f32, left: side_envelope_3d,
right: side_envelope_3d_f32, right: side_envelope_3d,
top: side_envelope_3d_f32 top: side_envelope_3d
} }
entry get_envelope_1d [n] (xs: [n]u8) (thickness: i64) : envelope_1d_t [thickness] = entry get_envelope_1d [n] (xs: [n]u8) (thickness: i64) : envelope_1d_t [thickness] =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment