Example #1
0
 /**
  * @returnVectorOffset
  */
 public function getTest4($j)
 {
     $o = $this->__offset(22);
     $obj = new Test();
     return $o != 0 ? $obj->init($this->__vector($o) + $j * 4, $this->bb) : null;
 }
Example #2
0
 /**
  * @return Test
  */
 public function getTest3()
 {
     $obj = new Test();
     $obj->init($this->bb_pos + 26, $this->bb);
     return $obj;
 }