Table of Contents

Method Translate

Namespace
Gamelogic.Grids2
Assembly
Gamelogic.Grids2.dll

Translate(GridPoint3)

Creates a new explicit shape that is a translation of this shape.

public ExplicitShape.ExplicitShape3 Translate(GridPoint3 offset)

Parameters

offset GridPoint3

The offset to translate by.

Returns

ExplicitShape.ExplicitShape3

The translated shape as a new ExplicitShape3 instance.