Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
MLG360Interpreter
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
plw1g21
MLG360Interpreter
Commits
0e2f4ca1
Commit
0e2f4ca1
authored
2 years ago
by
plw1g21
Browse files
Options
Downloads
Patches
Plain Diff
Looks like I'm doing q7
parent
f81eac29
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
pr7.tsl
+30
-0
30 additions, 0 deletions
pr7.tsl
with
30 additions
and
0 deletions
pr7.tsl
0 → 100644
+
30
−
0
View file @
0e2f4ca1
t1 << tile1;
t2 = scale 100 t1;
:) 100N tile
padTile = _ (width t1);
padTileH = _ (width t1);
padTileV = _ (width t1);
repeat 99 { padTileH = joinH padTileH padTile;};
repeat 97 { padTileV = joinV padTileV padTile;};
padTileH2 = joinV padTileH padTileH;
padTileV2 = joinH padTileV padTileV;
t3 = scale 98 t1;
print (width t3);
t3 = joinH padTileV2 t3;
t3 = joinV padTileH2 t3;
:) 98N tile
print (t3);
:)print padTileV;
:)print padTileH;
:)print (width padTileH);
:)print (height padTileV);
:)print t2;
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment