topRight property

Vec2D topRight

Implementation

Vec2D get topRight {
  return Vec2D.fromValues(right, top);
}