scalarMultiplyPoint

public static Point scalarMultiplyPoint(Point point, double scalar)

This multiplies a Point by a scalar and returns the result as a Point

Return

returns the scaled Point.

Parameters

point

the Point being multiplied.

scalar

the scalar multiplying into the Point.