Beispiel #1
0
 public TuioObject(TuioObject o)
     : base(o)
 {
     this.fiducial_id = o.getFiducialID();
     this.angle = o.getAngle();
     this.rotation_speed = 0.0f;
     this.rotation_accel = 0.0f;
 }