Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
purr-data
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sanket Bhukan
purr-data
Commits
55ee1f46
Commit
55ee1f46
authored
8 years ago
by
Jonathan Wilkes
Browse files
Options
Downloads
Patches
Plain Diff
remove scaling factor for skewx and skewy
parent
140cfa39
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pd/doc/4.data.structures/pd-l2ork/ds-tutorials/13.transform.pd
+7
-11
7 additions, 11 deletions
...c/4.data.structures/pd-l2ork/ds-tutorials/13.transform.pd
with
7 additions
and
11 deletions
pd/doc/4.data.structures/pd-l2ork/ds-tutorials/13.transform.pd
+
7
−
11
View file @
55ee1f46
#N struct drawtut-transform float x float y;
#N struct drawtut-transform float x float y;
#N canvas
79 81
867 589 10;
#N canvas
80 106
867 589 10;
#X text 0 1 New Drawing Commands: transform;
#X text 0 1 New Drawing Commands: transform;
#X text 1 1 _______________________________;
#X text 1 1 _______________________________;
#X text 53 23 All [draw] objects understand the "transform" message.
#X text 53 23 All [draw] objects understand the "transform" message.
...
@@ -42,8 +42,6 @@ message if you want multiple transformations.;
...
@@ -42,8 +42,6 @@ message if you want multiple transformations.;
#X obj 53 57 struct drawtut-transform float x float y;
#X obj 53 57 struct drawtut-transform float x float y;
#X obj 257 140 f 100;
#X obj 257 140 f 100;
#X obj 257 188 * 0.01;
#X obj 257 188 * 0.01;
#X obj 337 188 * 0.01;
#X obj 407 188 * 0.01;
#X text 470 168 <- The attributes skewx and skewy can take any value.
#X text 470 168 <- The attributes skewx and skewy can take any value.
Here I limit them to be between -1 and 1 \, just so that the rectangle's
Here I limit them to be between -1 and 1 \, just so that the rectangle's
dimensions don't grow too large.;
dimensions don't grow too large.;
...
@@ -60,19 +58,17 @@ dimensions don't grow too large.;
...
@@ -60,19 +58,17 @@ dimensions don't grow too large.;
#X connect 10 0 28 0;
#X connect 10 0 28 0;
#X connect 11 0 8 0;
#X connect 11 0 8 0;
#X connect 11 1 25 3;
#X connect 11 1 25 3;
#X connect 12 0
29
0;
#X connect 12 0
13
0;
#X connect 13 0 10 0;
#X connect 13 0 10 0;
#X connect 13 1 25 4;
#X connect 13 1 25 4;
#X connect 14 0
30
0;
#X connect 14 0
15
0;
#X connect 15 0 12 0;
#X connect 15 0 12 0;
#X connect 15 1 25 5;
#X connect 15 1 25 5;
#X connect 16 0 17 0;
#X connect 16 0 17 0;
#X connect 17 0 3
3
0;
#X connect 17 0 3
1
0;
#X connect 20 0 3
3
0;
#X connect 20 0 3
1
0;
#X connect 24 0 27 0;
#X connect 24 0 27 0;
#X connect 25 0 3
2
0;
#X connect 25 0 3
0
0;
#X connect 27 0 10 0;
#X connect 27 0 10 0;
#X connect 28 0 11 0;
#X connect 28 0 11 0;
#X connect 29 0 13 0;
#X connect 30 0 31 0;
#X connect 30 0 15 0;
#X connect 32 0 33 0;
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