MGS.Mathematics Vector in plane rectangular coordinate system. X of vector. Y of vector. Origin(0,0) of plane rectangular coordinate system. Vector(1,1) in plane rectangular coordinate system. Constructor. X of vector. Y of vector. Equals? Target obj. Equals? Get hash code. Hash code. To string. String. Center of vector v1 and v2. Vector v1. Vector v2. The center of vector v1 and v2. Distance from vector v1 to v2. Vector v1. Vector v2. Distance from vector v1 to v2. Operator + Vector1. Vector2. lhs+rhs Operator - Vector1. Vector2. lhs-rhs Operator - Vector -Vector Operator * Vector. double. lhs*rhs Operator * double. Vector. lhs*rhs Operator == Vector1. Vector2. lhs==rhs? Operator != Vector1. Vector2. lhs!=rhs? Circle in plane rectangular coordinate system. Center. Radius. Unit circle. Constructor. Center. Radius. Line in plane rectangular coordinate system. Slope of line. Intercept of line. Horizontal line (x axis). Vertical line (y axis). Constructor. Slope of line. Intercept of line. Get the line that pass vector v1 and v2. Vector p1. Vector p2. The line that pass vector v1 and v2. Position relation. Undefined relation. Coincidence. External. Internal. Parallel. Vertical. Intersect Outside tangent. Inside tangent. Planimetry. Gets the distance from line L1 to line L2. line L1. line L2. The distance from line L1 to line L2. Gets the distance from vector to line. Vector. Line. The distance from vector to line. Get relation of two circles. Circle c1. Circle c2. Relation of two circles. Get relation of circle and line. Circle. Line. Relation of circle and line. Get relation of circle and vector. Circle. Vector. Relation of circle and vector. Get relation of two lines. Line L1. Line L2. Relation of two lines. Get relation of line and vector. Line. Vector. Relation of line and vector. Get intersections of two circles. Circle c1. Circle c2. Intersections of two circles. Get intersections of circle and line. Circle. Line. Intersections of circle and line. Get intersection of two lines. Line L1. Line L2. Intersection of two lines. Hermite interpolation. Evaluate the value of hermite curve at time. Time of start key frame. Time of end key frame. Value of start key frame. Value of end key frame. Micro quotient value of start key frame. Micro quotient value of end key frame. Time of curve to evaluate value. The value of hermite curve at time. Key frame base on time and value. Time of key frame. Value of key frame. In tangent of key frame. Out tangent of key frame. Constructor. Time of key frame. Value of key frame. Constructor. Time of key frame. Value of key frame. In tangent of key frame. Out tangent of key frame. Piecewise three hermite spline curve. Indexer. Index of key frame. The key frame at index. Key frames of curve. Count of key frames. Constructor. Constructor. Key frames of curve. Evaluate the value of hermite curve at time. Time of curve to evaluate value. The value of hermite curve at time. Add key frame to curve. Time of key frame. Value of key frame. Add key frame to curve. Key frame to add. Remove key frame at index. Index of key frame. Evaluate the value of hermite curve at time on the range from start key frame to end key frame. Start key frame of hermite curve. End key frame of hermite curve. Time of curve to evaluate value. The value of hermite curve at time on the range from start key frame to end key frame. Evaluate the value of hermite curve at time. Key frames of hermite curve. The value of hermite curve at time. Mathematical concepts and methods. Interpolates between a and b by t. Start value of interpolate value. End value of interpolate value. t is clamped between 0 and 1. Linear Smooth. Three point linear smooth. Data source. Smooth result. Five point linear smooth. Data source. Smooth result. Seven point linear smooth. Data source. Smooth result. Quadratic Smooth. Five point quadratic smooth. Data source. Smooth result. Seven point quadratic smooth. Data source. Smooth result. Cubic Smooth. Five point cubic smooth. Data source. Smooth result. Seven point cubic smooth. Data source. Smooth result.