Esempio n. 1
0
 /// <summary>
 /// rltext class constructor
 /// </summary>
 public rltext()
 {
     this.posField = new position2fType();
     this.colourField = new colourType();
 }
Esempio n. 2
0
 /// <summary>
 /// rlline class constructor
 /// </summary>
 public rlline()
 {
     this.endField = new position2fType();
     this.startField = new position2fType();
     this.colourField = new colourType();
 }
Esempio n. 3
0
 /// <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();
 }
Esempio n. 4
0
 /// <summary>
 /// rlcloud class constructor
 /// </summary>
 public rlcloud()
 {
     this.pointsField = new List<pos2f>();
     this.colourField = new colourType();
 }