Calculates the coordinates of the corners of a cube given the center point, angle, offset, euler rotation, bottom y, and top y values.
The center point of the cube.
The angle of the cube.
The offset of the cube.
The euler rotation of the cube.
The bottom y value of the cube.
The top y value of the cube.
An array containing the coordinates of the cube's corners.
Calculates the coordinates of the corners of a cube given the center point, angle, offset, euler rotation, bottom y, and top y values.