The large point is a glider on the line segment defined by the two small points. This template is based on the Line3D
glider example in the examples folder included with the source code.
The large point is a glider on the line where the two planes intersect.
The point is a glider on the circle. This template is based on the Circle3D
glider example in the examples folder included with the source code.
Right now, the glider gets caught on the point where the circle starts and ends. If you can overcome this limitation, try contributing some code!
The point is a glider on the curve. This template is based on the Curve3D
glider example in the examples folder included with the source code.
The point is a glider on the parametric surface. This template is based on the ParametricSurface3D
glider example in the examples folder included with the source code. Gliders on parametric surfaces have been available for a long time; this summer’s work just made their motion more intuitive by keeping them inside the surface’s parameter range.