ByChance.Core.Chunk.Rotate C# (CSharp) Method

Rotate() private method

Rotates the chunk by 90°.

Actual rotation algorithm is implemented by the concrete 2D and 3D chunk classes.

private Rotate ( ) : bool
return bool
        internal virtual bool Rotate()
        {
            return true;
        }