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