internal GumballFrame(Plane pl, Vector3d sgd, GumballScaleMode mode) : this()
 {
   Plane = pl;
   ScaleGripDistance = sgd;
   ScaleMode = mode;
 }
Esempio n. 2
0
 internal GumballFrame(Plane pl, Vector3d sgd, GumballScaleMode mode) : this()
 {
     Plane             = pl;
     ScaleGripDistance = sgd;
     ScaleMode         = mode;
 }