Beispiel #1
0
 function PiDigitStream()
 {
     $this->z = Transformation::Unity();
     $this->x = Transformation::Zero();
     $this->inverse = Transformation::Zero();
 }