/// <summary> /// rltag class constructor /// </summary> public rltag() { this.boundsField = new box3fType(); this.pos3dField = new position3fType(); this.pos2Field = new position2fType(); this.pos1Field = new position2fType(); this.colourField = new colourType(); }
/// <summary> /// rltext class constructor /// </summary> public rltext() { this.posField = new position2fType(); this.colourField = new colourType(); }
/// <summary> /// rlline class constructor /// </summary> public rlline() { this.endField = new position2fType(); this.startField = new position2fType(); this.colourField = new colourType(); }