forked from godotengine/godot
-
Notifications
You must be signed in to change notification settings - Fork 0
class_matrix32
reduz edited this page Feb 23, 2014
·
12 revisions
####Category: Built-In Types
3x2 Matrix for 2D transforms.
-
Matrix32
affine_inverse
( ) -
Vector2
get_origin
( ) -
real
get_rotation
( ) -
Matrix32
interpolate_with
( Matrix32 m, real c ) -
Matrix32
inverse
( ) -
Matrix32
orthonormalized
( ) -
Matrix32
rotated
( real phi ) -
Matrix32
scaled
( Vector2 scale ) -
Matrix32
translated
( Vector2 offset ) -
Matrix32
xform
( var v ) -
Matrix32
xform_inv
( var v ) - void
Matrix32
( Vector2 x_axis, Vector2 y_axis, Vector2 origin )
3x2 Matrix for 2D transforms.