Table of Contents

Method Height

Namespace
Gamelogic.Grids2
Assembly
Gamelogic.Grids2.dll

Height(Grid2<float>, float, IMap<Vector3, GridPoint2>)

Creates a HeightMap.

public static IMap<Vector3, Vector3> Height(Grid2<float> heights, float heightScale, IMap<Vector3, GridPoint2> roundMap)

Parameters

heights Grid2<float>
heightScale float
roundMap IMap<Vector3, GridPoint2>

Returns

IMap<Vector3, Vector3>