Table of Contents

Method Mul

Namespace
Gamelogic.Grids2
Assembly
Gamelogic.Grids2.dll

Mul(int)

Multiplies each coordinate with the specified integer.

public GridPoint3 Mul(int r)

Parameters

r int

Returns

GridPoint3

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 GridPoint3

The other point.

Returns

GridPoint3