Computes a line passing through a point with given angle.
def LineThroughPoint( inPoint: Point2D, inAngle: float, / ) -> outLine: Line2D