Example

Cone Section Plotter With Rotation Matrix

7

SP4CEBAR 2022-04-04 23:02 (Edited)

This program plots a cone section which can be a circle, an ellipse, a parabola, or a hyperbole

Controls:

More parameters can be changed in the program

I just made this in LowRes coder
I'll use this for a space orbit simulator

The graphics system I used is quite interesting, the plotted points are stored inside an array, and in the rastereffects those points are plotted as two 1-pixel sprites per raster

I did the math in this desmos graph


Log in to reply.