CubeGeomSides
class
class CubeGeomSides{
bool px, nx, py, ny, pz, nz;
CubeGeomSides( {this.px: true,
this.nx: true,
this.py: true,
this.ny: true,
this.pz: true,
this.nz: true} );
}
Constructors
new CubeGeomSides({bool px: true, bool nx: true, bool py: true, bool ny: true, bool pz: true, bool nz: true}) #
Creates a new Object instance.
Object instances have no meaningful state, and are only useful
through their identity. An Object instance is equal to itself
only.
CubeGeomSides( {this.px: true,
this.nx: true,
this.py: true,
this.ny: true,
this.pz: true,
this.nz: true} );
Properties
bool px, nx, py, ny, pz, nz