divideBy method

Point divideBy(
  1. double num
)

Returns the result of division of the current point by the given number.

Implementation

external Point divideBy(double num);