Transform.zero constructor

Transform.zero()

The default constructor.

Implementation

Transform.zero()
    : p = Vector2.zero(),
      q = Rot();