Package mmLib :: Module R3DDriver
[hide private]
[frames] | no frames]

Module R3DDriver

source code

Viewer.py graphics driver for producing a output file for the Raster3D ray tracer.

Classes [hide private]
  FinishMe
  TeeWrite
  Raster3DDriver
Viewer.py graphics driver for producing a output file for the Raster3D ray tracer.
Functions [hide private]
 
dot43(M, x)
M is a 4x4 rotation-translation matrix, x is a 3x1 vector.
source code
Variables [hide private]
  MARGIN = 1.15
  BASE_LINE_WIDTH = 0.05
  __package__ = 'mmLib'
Function Details [hide private]

dot43(M, x)

source code 

M is a 4x4 rotation-translation matrix, x is a 3x1 vector. Returns the 3x1 vector of x transformed by M.