Click or drag to resize

RectPointDivision Operator (RectPoint, RectPoint)

Namespace:  Gamelogic.Grids
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public static RectPoint operator /(
	RectPoint point1,
	RectPoint point2
)

Parameters

point1
Type: Gamelogic.GridsRectPoint
point2
Type: Gamelogic.GridsRectPoint

Return Value

Type: RectPoint
See Also