_ _ _ _
_____
Draw a line. Stop. At the end of the line, draw another line in a different direction. Stop. At the end of that line, draw a line heading back in the general direction of where you started. Stop. Draw a fourth line that connects to your starting point.
Draw a base line, for example, 7 inches long. Measure 3.5 inches and mark the middle. From this middle mark, draw a 7 inch vertical line at right-angles (90 degrees) to the base line. Draw a line from the top of the vertical line to one end of the base line. Repeat on the other side. You now have a triangular pyramid 7 inches tall by 7 inches a long the base. Alter the measurements to suit.
What you do is for example on a cube the lines are diagonal and on a normal square the line is strait! In every 3d shape or anything there is always a diagonal line.
Draw a line that does not have the same slope of the other line and is not perpendicular too.
draw line st parallel to line mn
An alphabet pyramid poem is a type of poem where each line begins with a successive letter of the alphabet. For example, the first line starts with 'A', the second line with 'B', and so on. The poem is structured in a pyramid shape, with the number of letters increasing and then decreasing in each line.
What you mean by line of reflection but if you are talking about symmetry line than the small letters can be 'x, w, i, o, k, l, v, '
In QBASIC, you can draw a star using the LINE and CIRCLE commands to create a star shape. For example, you can use the LINE command to connect points that form the star's points. Here's a simple example: SCREEN 12 LINE (100, 100)-(200, 100), 15 ' Draw horizontal line LINE (150, 50)-(150, 150), 15 ' Draw vertical line LINE (100, 100)-(200, 100), 15 ' Draw diagonal lines to form star points Adjust the coordinates to modify the star's size and shape.
A shape that when you draw a line on the shape and cut along the line you get two identical shapes. A circle is an example.
draw a line that ends.
a symetry looks like half of an object that is equal.like for example a butterfly, you draw a line in between it and, if the sides are equal it is a line of semetry.
You can draw a straight line in a clock when the hour hand, and the minute hand, are facing the opposite direction to each other. For an example 6:00,2:45,etc
draw a straight line then draw a circle on that line at the top then draw a swirl in the circle
Draw a line. Stop. At the end of the line, draw another line in a different direction. Stop. At the end of that line, draw a line heading back in the general direction of where you started. Stop. Draw a fourth line that connects to your starting point.
They are rays that lie on the same line. For example draw a horizontal line. Now put 3 points anywhere on that line. Next draw 3 rays, some going to the left, some going to the right. These rays are collinear.
To draw a trapezium in QBasic, you can use the LINE statement to connect the vertices of the trapezium. First, define the coordinates of the four corners of the trapezium. Then, use the LINE command to draw lines between these points. For example: LINE (x1, y1)-(x2, y2) ' Draw bottom side LINE (x2, y2)-(x3, y3) ' Draw right side LINE (x3, y3)-(x4, y4) ' Draw top side LINE (x4, y4)-(x1, y1) ' Draw left side Replace (x1, y1), (x2, y2), etc., with the actual coordinates of your trapezium’s corners.
Draw a base line, for example, 7 inches long. Measure 3.5 inches and mark the middle. From this middle mark, draw a 7 inch vertical line at right-angles (90 degrees) to the base line. Draw a line from the top of the vertical line to one end of the base line. Repeat on the other side. You now have a triangular pyramid 7 inches tall by 7 inches a long the base. Alter the measurements to suit.