toScreenPoint abstract method

Point<num> toScreenPoint(
  1. Point<num> point
)

Returns the given point as seen by a screen's coordinate system.

Implementation

Point toScreenPoint(Point point);