Table of Contents

Method ReflectZInBounds

Namespace
Gamelogic.Grids2
Assembly
Gamelogic.Grids2.dll

ReflectZInBounds(IExplicitShape<GridPoint3>)

Returns a new shape with Z reflected, but translated to keep it the same bounds as the original.

[Version(2, 3, 0)]
public static IExplicitShape<GridPoint3> ReflectZInBounds(this IExplicitShape<GridPoint3> shape)

Parameters

shape IExplicitShape<GridPoint3>

The shape to reflect.

Returns

IExplicitShape<GridPoint3>