Safeguarded some Transform functions with compile time asserts.

Added missing static Identity() to Rotation2D, AngleAxis.
This commit is contained in:
Hauke Heibel
2010-07-29 16:17:42 +02:00
parent 6b89ee0095
commit e92993d7b9
4 changed files with 17 additions and 6 deletions

View File

@@ -86,7 +86,8 @@
YOU_ALREADY_SPECIFIED_THIS_STRIDE,
INVALID_STORAGE_ORDER_FOR_THIS_VECTOR_EXPRESSION,
THE_BRACKET_OPERATOR_IS_ONLY_FOR_VECTORS__USE_THE_PARENTHESIS_OPERATOR_INSTEAD,
PACKET_ACCESS_REQUIRES_TO_HAVE_INNER_STRIDE_FIXED_TO_1
PACKET_ACCESS_REQUIRES_TO_HAVE_INNER_STRIDE_FIXED_TO_1,
THIS_METHOD_IS_ONLY_FOR_SPECIFIC_TRANSFORMATIONS
};
};