Method To3DXY
To3DXY<TInput>(IMap<TInput, Vector2>, float)
Creates a Composed map with a 3D XYMap.
public static IMap<TInput, Vector3> To3DXY<TInput>(this IMap<TInput, Vector2> map, float height = 0)Parameters
- mapIMap<TInput, Vector2>
- Base map where you apply this call. 
- heightfloat
- Height expected in the XYMap. 
Returns
Type Parameters
- TInput
- Type of the input.