Click or drag to resize

FlatTriPointDivision Operator

Namespace:  Gamelogic.Grids
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public static FlatTriPoint operator /(
	FlatTriPoint point,
	int n
)

Parameters

point
Type: Gamelogic.GridsFlatTriPoint
n
Type: SystemInt32

Return Value

Type: FlatTriPoint
See Also