| If you click on the links in this window, relevant extracts from the full documentation will appear in a separate, smaller window. You can leave that window open, move or resize it to taste and hide it behind other windows. It will reappear when you select more links. |
| |||||||
| |||||||
Freely draggable. | |||||||
Not draggable. | |||||||
Half-way on a segment. | |||||||
Draggable, but restricted to a straight line or circle. | |||||||
Intersection of two straight lines. | |||||||
One intersection of a linear object, straight or circular, and a circle. | |||||||
The other one. | |||||||
A point positioned by a measurement or calculation. | |||||||
Point to the right of another point. | |||||||
Within a single JSP applet, a DriverPoint functions just like a Point. Other applets, however, can access a DriverPoint through its name and change its location. | |||||||
| |||||||
Straight line ending at the given points. | |||||||
Straight line starting at the second point and extending through the first. | |||||||
Straight line extending through both points. | |||||||
The perpendicular to the given line passing through the given point. Extends infinitely. | |||||||
The parallel to the given straight line passing through the given point. Extends infinitely. | |||||||
Horizontal axis. A plain, infinite line. | |||||||
Vertical axis. A plain, infinite line. | |||||||
| |||||||
The interior area of the polygon defined by the given vertices. | |||||||
The interior area of the given circle. | |||||||
| |||||||
Circle by center point and a point on its edge. | |||||||
Circle defined by center point and some segment giving the radius length. | |||||||
| |||||||
Some object reflected across a straight line. | |||||||
The original object dilated ("stretched") from the given point by the given factor. | |||||||
| As above, but the scaling factor is calculated from the segments s1 and s2 as the ratio |s1|/|s2| . | ||||||
| The "ratio" parameters are points A, B and C. The scaling factor is |AC|/|AB| . The sign of the scaling factor is negative if
is negative.
| ||||||
| Dilation with a measurement rather than a fixed number as the scaling factor. | ||||||
An object rotated around the center by the given angle. | |||||||
| This time the angle is defined by three points. | ||||||
Translation by a fixed amount of pixels. Positive Y offsets translate towards the bottom of the screen. | |||||||
Translation by the vector extending from the given foot point to the tail point. | |||||||
| Translation by a vector supplied "in polar coordinates". The distance is variable (a measurement), the angle is constant (a number). | ||||||
The name is misleading. PolarTranslation is just a synonym to Translation. the two numbers are Cartesian, not polar offsets. If you want a translation with constant polar offsets, convert the numbers to a Cartesian offset and use Translation. | |||||||
| Translation by a vector supplied "in polar coordinates". The distance is constant (a number), the angle is variable (a measurement). | ||||||
| Translation by a vector supplied "in polar coordinates". Both distance and angle are variable (measurements). | ||||||
| |||||||
A picture. The URL must an be absolute one using the http: protocol (the picture must therefore come from a server, not from your file system). | |||||||
| |||||||
The length of the given segment. | |||||||
| Measures the angle formed by the given three points. | ||||||
Measures a polygon's perimeter, given the interior. | |||||||
Length of a circle's circumference. Either the circle or its interior can be given. | |||||||
Radius of a circle. Either the circle or its interior can be given. | |||||||
The Area of a circle, circle interior or polygon. | |||||||
The slope of the given segment, ray or line. | |||||||
Distance of the point (2nd parameter) to the point, segment, ray or line (1st parameter). | |||||||
s1 and s2 are segments. Calculates |s1|/|s2| . | |||||||
A, B, and C are points. Calculates |AC|/|AB| . The sign of the result is negative if
is negative.
| |||||||
Coordinates formatted as a pair of numbers in parentheses. | |||||||
Computes an expression from previously measured or calculated numbers. The list of measurements must have at least one (dummy) member. | |||||||
A constant value that can only be changed from outside the applet. | |||||||
| |||||||
Shows the given objects. | |||||||
Hides the given objects. | |||||||
Moves the first point of each pair to the following point. (Speed in pixels per frame, applies to the slowest point. No extra parentheses for the pairs.) | |||||||
| Animates the points along the paths (circles or straight lines) | ||||||
| |||||||
Coordinate system originating at the first point, unit length given by distance to second point. | |||||||
Center and unit distance taken from the circle. | |||||||
| |||||||
| Locus of the moved object (a point or straight line) created by moving the driver point along the cyclic or straight path. | ||||||
| |||||||
|
| All objects have a single colour. Labels are not affected. | ||||||
|
| r, g and b are fixed intensity values ranging from 0 to 255. | ||||||
|
| Thin is the default. | ||||||
|
| Makes an object invisible. It is not possible to hide a label without hiding its object. | ||||||
|
| Text to appear after the value of a measurement. | ||||||
|
| Instructs a button to be in active state at load time. | ||||||
|
| Text to accompany a point. No other objects can have labels for now. | ||||||
|
| Instructs an object to leave traces and creates an icon
that can be clicked to clear the traces.
| ||||||
1. September 1998, Sebastian Lisken