Vector2D

  • Creates a matrix that when multiplied with a Vector object applies the given set of transformations.

    If all default values are set, an identity matrix is created, which does not alter a Vector’s coordinates once applied.

    The order of operations are: scaling -> rotation -> translation.