Dart DocumentationthreeCubeGeomSides

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.

docs inherited from Object
CubeGeomSides( {this.px: true,
               this.nx: true,
               this.py: true,
               this.ny: true,
               this.pz: true,
               this.nz: true} );

Properties

bool nx #

bool px, nx

bool ny #

bool px, nx, py, ny

bool nz #

bool px, nx, py, ny, pz, nz

bool px #

bool px

bool py #

bool px, nx, py

bool pz #

bool px, nx, py, ny, pz