Home
last modified time | relevance | path

Searched refs:SegmentControlPoints (Results 1 – 1 of 1) sorted by relevance

/dports/cad/leocad/leocad-21.06/common/
H A Dlc_synth.cpp667 lcVector3 SegmentControlPoints[4]; in CalculateSections() local
688 SegmentControlPoints[0] = StartTransform.GetTranslation(); in CalculateSections()
689SegmentControlPoints[1] = lcMul31(lcVector3(0.0f, ControlPoints[ControlPointIdx].Scale, 0.0f), Sta… in CalculateSections()
691 SegmentControlPoints[3] = EndTransform.GetTranslation(); in CalculateSections()
702SegmentControlPoints[0] + it * it * 3.0f * t * SegmentControlPoints[1] + it * 3.0 * t * t * Segme… in CalculateSections()
729SegmentControlPoints[0] + (3.0f * it * it - 6.0f * t * it) * SegmentControlPoints[1] + (-3.0f * t … in CalculateSections()
789 lcVector3 SegmentControlPoints[4]; in CalculateSections() local
810 SegmentControlPoints[0] = StartTransform.GetTranslation(); in CalculateSections()
813 SegmentControlPoints[3] = EndTransform.GetTranslation(); in CalculateSections()
824SegmentControlPoints[0] + it * it * 3.0f * t * SegmentControlPoints[1] + it * 3.0 * t * t * Segme… in CalculateSections()
[all …]