Skip to content

gnatty7/gameobjects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gameobjects

Quick and Dirty Matrix/Vector classes for 3D written in pure Python

Fork of https://code.google.com/archive/p/gameobjects/downloads

Original Author: Will McGugan will@willmcgugan.com

Changelog

0.0.5

  • Added as_euler_angles method to Matrix44 class
  • Added as_numpy_matrix method to Matrix44 class
  • Added d2r (degrees-to-radians) and r2d (radians-to-degrees) methods to the util module
  • Some comment and formatting fixes

0.0.4

  • Added a Vector4 class
  • Fixed some bugs in Vector3
  • Added a trace method, and as_quaternion method to Matrix44

0.0.3