Esempio n. 1
0
 public MyTransSetter RotatePrepend(Vector3D axis, double angleRad)
 {
     trans.RotatePrepend(axis, angleRad); return(this);
 }