8 references to RotationAxis
System.Windows.Forms.DataVisualization (8)
Common\General\Matrix3D.cs (8)
271 Rotate( angleX, RotationAxis.X ); 274 Rotate( angleY, RotationAxis.Y ); 281 Rotate( Math.PI / 2, RotationAxis.Y ); 286 Rotate( -Math.PI / 2, RotationAxis.Y ); 692 private void Rotate( double angle, RotationAxis axis ) 727 case RotationAxis.X: 735 case RotationAxis.Y: 743 case RotationAxis.Z: