Click or drag to resize

SplicedPointTBasePointDistanceFrom Method

This method is not implemented for generic grids. You have to override this method in a base class, and provide a suitable implementation for your grid.

Namespace:  Gamelogic.Grids
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public int DistanceFrom(
	SplicedPoint<TBasePoint> other
)

Parameters

other
Type: Gamelogic.GridsSplicedPointTBasePoint

Return Value

Type: Int32

Implements

IGridPointTPointDistanceFrom(TPoint)
See Also