Table of Contents

Method Parallelepiped

Namespace
Gamelogic.Grids2
Assembly
Gamelogic.Grids2.dll

Parallelepiped(GridPoint3)

Makes a new axis aligned parallelepiped shape.

public static IExplicitShape<GridPoint3> Parallelepiped(GridPoint3 dimensions)

Parameters

dimensions GridPoint3

The size of the parallelepiped.

Returns

IExplicitShape<GridPoint3>

Remarks

A parallelepiped is the 3D analog of a parallelogram. It has 6 faces, like a box, and opposite face are parallel and parallelograms.