Skip to content
Advertisement

Tag: graphing

Showing a dynamic plane

I have written a Python program that continuously returns 4 changing Cartesian coordinates that align to form a square plane that can be at any given orientation; yaw, pitch, or roll. What is the best way to go about displaying the constantly updating plane in 3D space? Note: This is being done on a Linux machine if that changes anything,

Advertisement