Table of Contents

Module: la la.py

A very simple 3D vector, matrix, and linear algebra library.

Imported modules   
import math
import types
Functions   
PolarVector
ScaleMatrix
  PolarVector 
PolarVector (
        rho,
        theta,
        phi,
        )

Return a polar vector (r, theta, phi).

  ScaleMatrix 
ScaleMatrix (
        sx,
        sy=None,
        sz=None,
        )

Return a scaling matrix.

Classes   
Matrix

A 3x3 square matrix.

Vector

A 3 element vector.


Table of Contents

This document was automatically generated on Fri Aug 9 12:07:20 2002 by HappyDoc version 2.0.1