Package mglutil :: Package math
[hide private]
[frames] | no frames]

Package math

source code

Submodules [hide private]

Functions [hide private]
  crossProduct(A, B, normal=True)
Return cross product of two vectors A and B normal: return normalized vector
  norm(A)
Return normalized vector A.
  getCenter(coords)
get center of all the coords

Function Details [hide private]

crossProduct(A, B, normal=True)

source code 
Return cross product of two vectors A and B normal: return normalized vector

norm(A)

source code 
Return normalized vector A.

getCenter(coords)

source code 
get center of all the coords