Size2D.zero constructor

Size2D.zero()

Creates a new instance.

Implementation

Size2D.zero()
    : width = 0.0, height = 0.0;