Difference between revisions of "User:Afly"
(→Tiny 3D experiments) |
(→Rotating cube) |
||
Line 268: | Line 268: | ||
====Rotating cube==== | ====Rotating cube==== | ||
+ | |||
+ | =====Perspective===== | ||
+ | |||
+ | <asy> | ||
+ | import three; | ||
+ | unitsize(3); | ||
+ | currentprojection=perspective(2,0,1/2); | ||
+ | draw((0,0,0)--(1,0,0)--(1,1,0)--(0,1,0)--cycle,red); | ||
+ | draw((0,0,0)--(0,0,1),red); | ||
+ | draw((0,1,0)--(0,1,1),red); | ||
+ | draw((1,1,0)--(1,1,1),red); | ||
+ | draw((1,0,0)--(1,0,1),red); | ||
+ | draw((0,0,1)--(1,0,1)--(1,1,1)--(0,1,1)--cycle,red); | ||
+ | </asy> | ||
+ | |||
+ | <asy> | ||
+ | import three; | ||
+ | unitsize(3); | ||
+ | currentprojection=perspective(2*Cos(15),2*Sin(15),1/2); | ||
+ | draw((0,0,0)--(1,0,0)--(1,1,0)--(0,1,0)--cycle,red); | ||
+ | draw((0,0,0)--(0,0,1),red); | ||
+ | draw((0,1,0)--(0,1,1),red); | ||
+ | draw((1,1,0)--(1,1,1),red); | ||
+ | draw((1,0,0)--(1,0,1),red); | ||
+ | draw((0,0,1)--(1,0,1)--(1,1,1)--(0,1,1)--cycle,red); | ||
+ | </asy> | ||
+ | |||
+ | <asy> | ||
+ | import three; | ||
+ | unitsize(3); | ||
+ | currentprojection=perspective(2*Cos(30),2*Sin(30),1/2); | ||
+ | draw((0,0,0)--(1,0,0)--(1,1,0)--(0,1,0)--cycle,red); | ||
+ | draw((0,0,0)--(0,0,1),red); | ||
+ | draw((0,1,0)--(0,1,1),red); | ||
+ | draw((1,1,0)--(1,1,1),red); | ||
+ | draw((1,0,0)--(1,0,1),red); | ||
+ | draw((0,0,1)--(1,0,1)--(1,1,1)--(0,1,1)--cycle,red); | ||
+ | </asy> | ||
+ | |||
+ | <asy> | ||
+ | import three; | ||
+ | unitsize(3); | ||
+ | currentprojection=perspective(2*Cos(45),2*Sin(45),1/2); | ||
+ | draw((0,0,0)--(1,0,0)--(1,1,0)--(0,1,0)--cycle,red); | ||
+ | draw((0,0,0)--(0,0,1),red); | ||
+ | draw((0,1,0)--(0,1,1),red); | ||
+ | draw((1,1,0)--(1,1,1),red); | ||
+ | draw((1,0,0)--(1,0,1),red); | ||
+ | draw((0,0,1)--(1,0,1)--(1,1,1)--(0,1,1)--cycle,red); | ||
+ | </asy> | ||
+ | |||
+ | <asy> | ||
+ | import three; | ||
+ | unitsize(3); | ||
+ | currentprojection=perspective(2*Cos(60),2*Sin(60),1/2); | ||
+ | draw((0,0,0)--(1,0,0)--(1,1,0)--(0,1,0)--cycle,red); | ||
+ | draw((0,0,0)--(0,0,1),red); | ||
+ | draw((0,1,0)--(0,1,1),red); | ||
+ | draw((1,1,0)--(1,1,1),red); | ||
+ | draw((1,0,0)--(1,0,1),red); | ||
+ | draw((0,0,1)--(1,0,1)--(1,1,1)--(0,1,1)--cycle,red); | ||
+ | </asy> | ||
+ | |||
+ | <asy> | ||
+ | import three; | ||
+ | unitsize(3); | ||
+ | currentprojection=perspective(2*Cos(75),2*Sin(75),1/2); | ||
+ | draw((0,0,0)--(1,0,0)--(1,1,0)--(0,1,0)--cycle,red); | ||
+ | draw((0,0,0)--(0,0,1),red); | ||
+ | draw((0,1,0)--(0,1,1),red); | ||
+ | draw((1,1,0)--(1,1,1),red); | ||
+ | draw((1,0,0)--(1,0,1),red); | ||
+ | draw((0,0,1)--(1,0,1)--(1,1,1)--(0,1,1)--cycle,red); | ||
+ | </asy> | ||
=====Orthographic===== | =====Orthographic===== |
Revision as of 23:55, 13 December 2023
Contents
About Afly
Friends with Yrock and ConfidentFlamingo
User # 1013218 Profile
Some of my asymptote creations
These are a random collection of diagrams and text that I have made. YOU ARE ALLOWED TO USE THESE IMAGES AND/OR TEXT IN YOUR PAGES OR USE THEM FOR REFERENCE.
I try to put them in the order of how much technique & technical points there are in them
Triangle
ANSWER: LOOK ONLY WHEN THE PROBLEM IS COMPLETED >>> THIS IS ONLY TO CHECK YOUR ANSWER
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Pythagorean
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Isosceles Trapezoid
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Hexagon (In AMC 2023 10A #24)
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Tiny 2D experiments
Grid with numbers
Tiny 3D experiments
Cube
Smaller cube
Cube with a cube hole in it
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Rotating cube
Perspective
Orthographic
Circle diagrams
A collection of stuff having to do with circles
Intersection points
Created files
(Using desmos)
Colored dodecagon
Original file:
5/6 size:
2/3 size:
1/2 size:
1/3 size:
1/6 size:
Pentagon 2023 12B Q25 dissmo
Original size:
4/5 size: