Orientation3D.hx 95 B

1234567
  1. package flash.geom;
  2. extern enum Orientation3D {
  3. AXIS_ANGLE;
  4. EULER_ANGLES;
  5. QUATERNION;
  6. }