Click or drag to resize

GridPoint2Mul Method (GridPoint2)

Gives a new point that represents the first point multiplied by the second point component-wise.

Namespace:  Gamelogic.Grids2
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public GridPoint2 Mul(
	GridPoint2 otherPoint
)

Parameters

otherPoint
Type: Gamelogic.Grids2GridPoint2
The other point.

Return Value

Type: GridPoint2
See Also