To might find it useful to compare the development version of the documentation with the current production (i.e. released) version of the documentation found here.
Showing posts with label Tip. Show all posts
Showing posts with label Tip. Show all posts
Thursday, August 1, 2024
π‘Preview Work-in-Progress Documentation Updates
If you want to see documentation updates in the works, you can always take a look at, in the development version of the BAM Programming Reference and User Guide, the Recent Updates to This Documentation page.
Thursday, March 28, 2024
π‘ DRAW Shapes: Vesica Piscis
For "good enough" drawings of geometric shapes (when one does not feel like dealing with trig functions) the DRAW statement makes for a no fuss no muss solution to just get it done.
Please note: this program was created with the development version of BASIC Anywhere Machine (to test the recently added fractional angle values for the DRAW statements TA command.)
Thursday, March 21, 2024
π‘DRAW Shapes: Rotating Flat Conical Tent
The first simple drawing demonstrates the general process of creating a flat conical tent.
Next, a full image is drawn and rotated around an off-center axis point.
Wednesday, March 20, 2024
π‘ DRAW Shapes: Capsules
I've been on this kick lately using DRAW statements for creating shapes that might normally be created with trig functions.
This simple program demonstrates how to create a capsule shape.
Subscribe to:
Posts (Atom)
π₯ Geometric Mandalas
As a coding exercise, I wanted to make use of DRAW statements to get plot points for regular polygons repeated around an axis to create geom...
-
As a coding exercise, I wanted to make use of DRAW statements to get plot points for regular polygons repeated around an axis to create geom...
-
EDIT 2026-05-11: Something was causing this program to not work on mobile devices. I'm guessing I had exported and uploaded the wrong v...
-
Variable Scoping describes where a variable is accessible, or available, within a program. A BASIC Anywhere Machine program may declare (exp...