Table of Contents

Method Mul

Namespace
Gamelogic.Grids2
Assembly
Gamelogic.Grids2.dll

Mul(int)

Multiplies each coordinate with the specified integer.

public GridPoint2 Mul(int r)

Parameters

r int

Returns

GridPoint2

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 GridPoint2

The other point.

Returns

GridPoint2