Skip to content
Alessandro Febretti edited this page Feb 8, 2014 · 5 revisions

module cyclops extends Entity wraps cyclops::PlaneShape

Represents a plane with width, height. Planes are constructed on the XY plane by default.

Methods

Method(s) Description
static PlaneShape create(float width, float height) Creates a plane with the specified width and height, on the X-Y plane
Clone this wiki locally