Merge private branch.

This commit is contained in:
castano
2008-04-17 06:58:43 +00:00
parent cb91740591
commit 17a4f765fb
20 changed files with 2440 additions and 43 deletions

View File

@ -54,7 +54,8 @@ namespace nv
tangent.z() * bitangent.x() * normal.y() - tangent.x() * bitangent.z() * normal.y();
}
/*
bool isValid() const;
// Get transform matrix for this basis.
NVMATH_API Matrix matrix() const;
@ -66,7 +67,7 @@ namespace nv
// Transform by the inverse. (From object space to this basis).
NVMATH_API Vector3 transformI(Vector3::Arg v) const;
*/
Vector3 tangent;
Vector3 bitangent;