Documentation for skXAngles.py
Warning: This documentation was generated from the comments in the source code (using progrutils.documentPyFile()), with a few tweaks, under the principle that poor documentation is better than no documentation. In case of ambiguity, please refer to the code itself.
Skirmish X Angles
By Kuertee
fSkXAnglesDebug(ts)
fSkXResolveAngle(tiAngle, tiMax = 360)
fSkXGetAngle(taPoint1, taPoint2, tsAxis = "heading")
fSkXGetDistance(taPoint1, taPoint2, tsPlane = "heading")
fSkXGetPointInBetween(taPoint1, taPoint2)
fSkXGetDegreesFromRadians(tiRadian)
fSkXGetRadiansFromDegrees(tiDegrees)
fSkXGetPointFromVector(taPoint, tiAngle, tiDistance, tsAxis = "heading")
fSkXGetIntersectionFromPoints(taPoint1, taPoint2, taPoint3, taPoint4)
fSkXEmxPbGetMB(taPoint1, taPoint2)
fSkXEmxPb(taPoint1, taPoint2, tiX = '', tiY = '')
fSkXGetAngleOfSegment(tiTotal, tiSegment, tiAngle = 360)
fSkXGetQuadrantOfPointFromPoint(ttPos, ttPos2)
fSkXGetNearestSideToPoint(ttPos, ttBoundingBox)
fSkXGetClosestSideToPoint(ttPos, ttBoundingBox)
This is simply an alias to fSkXGetNearestSideToPoint()
fSkXSubtractAngles(tiA, tiA2)
fSkXSubAngles(tiA, tiA2)
This is simply an alias to fSkXSubtractAngles()
fSkXAddAngles(tiA, tiA2)