Flexivert Library Documentation
CalcMidPoint Method (e, ccd, crf)
NamespacesFlexivert.UtilsFVMathCalcMidPoint(Edge, Single, Single)
Calculates the position of the midpoint on an edge's curve.
Declaration Syntax
C#Visual BasicVisual C++
public static PointF CalcMidPoint(
	Edge e,
	float ccd,
	float crf
)
Public Shared Function CalcMidPoint ( _
	e As Edge, _
	ccd As Single, _
	crf As Single _
) As PointF
public:
static PointF CalcMidPoint(
	Edge^ e, 
	float ccd, 
	float crf
)
Parameters
e (Edge)
The target edge
ccd (Single)
The relative size of the curve angle
crf (Single)
The distance factor of the control point
Return Value

[Missing <returns> documentation for M:Flexivert.Utils.FVMath.CalcMidPoint(Flexivert.Edge,System.Single,System.Single)]

Assembly: FVCore (Module: FVCore) Version: 0.5.8.1 (0.5.8.12)