Method Mul
Mul(int)
Multiplies each coordinate with the specified integer.
public GridPoint2 Mul(int r)
Parameters
r
int
Returns
Mul(GridPoint2)
Gives a new point that represents the first point multiplied by the second point component-wise.
public GridPoint2 Mul(GridPoint2 otherPoint)
Parameters
otherPoint
GridPoint2The other point.