Skip to content Skip to sidebar Skip to footer
Showing posts with the label Coordinate Transformation

How Can I Rotate Multiple Quads Separately? (pygame, Pyopengl)

I'd like to rotate my quads roughly around they own axis. My first thought was to use glPushMat… Read more How Can I Rotate Multiple Quads Separately? (pygame, Pyopengl)

Python/matplotlib : Convert Axis <=> Data Coordinates Systems

My question is quite simple : in matplotlib, how can I easily convert coordinates in Axis system to… Read more Python/matplotlib : Convert Axis <=> Data Coordinates Systems

Python Satellite Tracking With Spg4, Pyephem - Positions Not Matching

I'm trying to write a basic python scrip that will track a given satellite, defined with tle… Read more Python Satellite Tracking With Spg4, Pyephem - Positions Not Matching