Scales the edge in one step
If target length is set - scales the edge to target
If not set it makes sure minLen smaller that length and length is smaller than maxLegth
Uses the constraint move of the point to limit move
Namespace:
PolyFramework
Assembly:
PolyFramework (in PolyFramework.dll) Version: 0.5.0.0 (0.5.0.0)
Syntaxpublic List<PFVertex> Scale_Soft()
Public Function Scale_Soft As List(Of PFVertex)
public:
List<PFVertex^>^ Scale_Soft()
member Scale_Soft : unit -> List<PFVertex>
Return Value
Type:
ListPFVertexList of 2 new vertices after the constrained move. They have the influence coefficient of the edge
See Also