TangentArc2DSegment
Canonical path: Utils.Geometry.Path2DUtil.TangentArc2DSegment
TangentArc2D segment
This class represents a segment of a tangent arc in 2D space. It is initialized with an end point and can be scaled by a matrix.
The execute method is intended to create an arc based on a tangent line.
Methods:
__mul__
__mul__(scale_mat: Matrix2D) -> TangentArc2DSegment
multiply the geometry with a matrix
Parameters:
-
scale_mat(Matrix2D) –scale matrix
Returns:
-
TangentArc2DSegment–scaled tangent arc
Placeholder