multiplyBy method

Point multiplyBy(
  1. double num
)

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

Implementation

external Point multiplyBy(double num);