All Functions and Procedures
Name | Unit | Description |
---|---|---|
AddArcBetweenPoints | CastleLine2DMath | Builds an arc between points A,B with the center at the point Center |
AddBox | CastleLine2DMath | Builds a square on the segment A:B in the opposite direction of the Opposite. |
AddCrossSegments | CastleLine2DMath | Adds triangles to connect two segments at the intersection point outside of these segments. A1:A2 the first segment. B1:B2 is the second segment. O is the junction point of the triangles. |
AddHalfBox | CastleLine2DMath | Builds a half square on the segment A:B in the opposite direction Opposite |
AddHalfCircle | CastleLine2DMath | Builds a semicircle on the segment A:B in the opposite direction Opposite |
AddRect | CastleLine2DMath | Builds a rectangle whose axis of symmetry is the segment A:B. |
AddRoundBoxTop | CastleLine2DMath | Builds a square with one corner rounded on the segment A:B in the direction opposite to the Opposite. EdgesCount - the number of arc segments. Result = arc length. |
AddTriangle | CastleLine2DMath | Adds a triangle to the Arc |
AddTriangleOpposite | CastleLine2DMath | Builds a rectangular isosceles triangle on the segment A:B in the opposite direction Opposite. Hypotenuse - A:B |
AddTriangleTop | CastleLine2DMath | Builds a rectangular isosceles triangle on the segment A:B in the direction opposite to the Opposite. Hypotenuse - A:New Point |
CrossingSegments | CastleLine2DMath | Intersection of segments A1:A2, B1:B2 |
DoFloat | CastleLine2DMath | Converts StringValue to a number by removing the excess. Remain is a non-removable remainder in a string (can be used to ensure that the '-' at the beginning of the line is not deleted) |
DoGoodTriangle | CastleLine2DMath | Sorts the vertices of the triangle in clockwise traversal order depending on the "Scale" (in the 2nd and 4th quarters, the order of traversal changes). If changes have been made (B and C have been swapped), it will return true. |
IsClockwiseTriangle | CastleLine2DMath | If the order of traversal of triangle A,B,C is clockwise, then returns |
PSDistanceEx | CastleLine2DMath | The minimum distance from the point(P) to the segment(SP1:SP2) with the calculation of the projection point (PP) on the segment. 0 - the point is projected onto the segment: Distance = distance from P to the segment SP1,SP2. PP |
Generated by PasDoc 0.16.0.