* update to python docs

- update for the old mathutils rewrite
- update for some other methods ive added
- added explaination of wrapped data
- added a .css file for epydoc gives nice blender/python colors :?
This commit is contained in:
2005-11-15 21:14:24 +00:00
parent a85ba68eb4
commit 4ea1c4dc60
7 changed files with 229 additions and 31 deletions

View File

@@ -221,14 +221,14 @@ def GetViewVector ():
def GetViewMatrix ():
"""
Get the current 3d view matrix.
@rtype: 4x4 float matrix
@rtype: 4x4 float matrix (WRAPPED DATA)
@return: the current matrix.
"""
def GetPerspMatrix ():
"""
Get the current 3d perspective matrix.
@rtype: 4x4 float matrix
@rtype: 4x4 float matrix (WRAPPED DATA)
@return: the current matrix.
"""