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.

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.

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.









πŸ–₯ 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...