Projections class
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
Static Methods
-
lookupLinearTransformations(
Matrix4 matrix) → Matrix3 - retrieves the first 3x3 linear transformations
-
lookupOverallScaling(
Matrix4 matrix) → double -
lookupPerspectiveTransformations(
Matrix4 matrix) → Vector3 -
lookupTranslations(
Matrix4 matrix) → Vector3 - translations for x,y,z
-
pointMatrixMult(
Vector3 p1, Matrix4 matrix) → Vector3 -
scalingFactor(
double angleOfView) → double