Type header_seq.c - Reassing Inputs -> Reassign Inputs

Mesh.c added new function to mesh - mesh.pointInside(vec)
This commit is contained in:
2007-03-07 08:53:26 +00:00
parent 4e5ad50079
commit 37c7d4d385
3 changed files with 88 additions and 2 deletions

View File

@@ -816,7 +816,13 @@ class Mesh:
"""
Recalculates the vertex normals using face data.
"""
def pointInside(vector):
"""
Returns true if vector is inside the mesh.
@note: Only returns a valid result for mesh data that has no holes.
"""
def transform(matrix, recalc_normals = False):
"""
Transforms the mesh by the specified 4x4 matrix (such as returned by