Click or drag to resize

PointyTriPointDivision Operator

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

Parameters

point
Type: Gamelogic.GridsPointyTriPoint
n
Type: SystemInt32

Return Value

Type: PointyTriPoint
See Also