32 references to Tan
mscorlib (1)
system\globalization\CalendricalCalculationsHelper.cs (1)
57return Math.Tan(RadiansFromDegrees(degree));
PresentationCore (2)
Core\CSharp\System\Windows\Media3D\PerspectiveCamera.cs (2)
85double halfWidthDepthRatio = Math.Tan(fov/2); 133double halfWidthDepthRatio = Math.Tan(fov/2);
System.Numerics (5)
System\Numerics\Matrix3x2.cs (4)
280float xTan = (float)Math.Tan(radiansX); 281float yTan = (float)Math.Tan(radiansY); 304float xTan = (float)Math.Tan(radiansX); 305float yTan = (float)Math.Tan(radiansY);
System\Numerics\Matrix4x4.cs (1)
886float yScale = 1.0f / (float)Math.Tan(fieldOfView * 0.5f);
System.Web.DataVisualization (11)
Common\General\ChartGraphics.cs (2)
2076sizeChange -= labelRect.Height * (float)Math.Tan(Math.Abs(angle) / 180F * Math.PI); 2084sizeChange -= labelRect.Height * (float)Math.Tan(Math.Abs(angle) / 180F * Math.PI);
Common\General\ChartGraphics3D.cs (9)
1135 angle = (float)(Math.Atan( Math.Tan( ( angle ) * Math.PI / 180 ) * correction ) * 180 / Math.PI); 1140 angle = (float)(Math.Atan( Math.Tan( ( angle ) * Math.PI / 180 ) * correction ) * 180 / Math.PI); 1146 angle = (float)(Math.Atan( Math.Tan( ( angle ) * Math.PI / 180 ) * correction ) * 180 / Math.PI); 1152 angle = (float)(Math.Atan( Math.Tan( ( angle ) * Math.PI / 180 ) * correction ) * 180 / Math.PI); 1158 angle = (float)(Math.Atan( Math.Tan( ( angle ) * Math.PI / 180 ) * correction ) * 180 / Math.PI); 4193 centralLinePoint.Y = (float)(Math.Tan(centralLineAngle) * centralLinePoint.X); 4194 centralLinePoint.Y += (float)(boundsRectMiddlePoint.Y - Math.Tan(centralLineAngle) * boundsRectMiddlePoint.X); 4199 centralLinePoint.X = (float)(centralLinePoint.Y - (boundsRectMiddlePoint.Y - Math.Tan(centralLineAngle) * boundsRectMiddlePoint.X)); 4200 centralLinePoint.X /= (float)(Math.Tan(centralLineAngle));
System.Windows.Forms.DataVisualization (11)
Common\General\ChartGraphics.cs (2)
2076sizeChange -= labelRect.Height * (float)Math.Tan(Math.Abs(angle) / 180F * Math.PI); 2084sizeChange -= labelRect.Height * (float)Math.Tan(Math.Abs(angle) / 180F * Math.PI);
Common\General\ChartGraphics3D.cs (9)
1135 angle = (float)(Math.Atan( Math.Tan( ( angle ) * Math.PI / 180 ) * correction ) * 180 / Math.PI); 1140 angle = (float)(Math.Atan( Math.Tan( ( angle ) * Math.PI / 180 ) * correction ) * 180 / Math.PI); 1146 angle = (float)(Math.Atan( Math.Tan( ( angle ) * Math.PI / 180 ) * correction ) * 180 / Math.PI); 1152 angle = (float)(Math.Atan( Math.Tan( ( angle ) * Math.PI / 180 ) * correction ) * 180 / Math.PI); 1158 angle = (float)(Math.Atan( Math.Tan( ( angle ) * Math.PI / 180 ) * correction ) * 180 / Math.PI); 4193 centralLinePoint.Y = (float)(Math.Tan(centralLineAngle) * centralLinePoint.X); 4194 centralLinePoint.Y += (float)(boundsRectMiddlePoint.Y - Math.Tan(centralLineAngle) * boundsRectMiddlePoint.X); 4199 centralLinePoint.X = (float)(centralLinePoint.Y - (boundsRectMiddlePoint.Y - Math.Tan(centralLineAngle) * boundsRectMiddlePoint.X)); 4200 centralLinePoint.X /= (float)(Math.Tan(centralLineAngle));
WindowsBase (2)
Base\System\Windows\Media\Matrix.cs (2)
844matrix.SetMatrix(1.0, Math.Tan(skewY), 845Math.Tan(skewX), 1.0,