Home
last modified time | relevance | path

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

/dports/graphics/blender/blender-2.91.0/release/scripts/addons/curve_tools/
H A Dmathematics.py51 def CalcClosestPointLineSegments(v3P0, v3P1, v3Q0, v3Q1): argument
52 u = v3P1 - v3P0
55 w0 = v3P0 - v3Q0
74 rvList = CalcClosestPointLineSegments(v3P0, v3P1, v3Q0, v3Q1)
87 pointP = v3P0 + ((v3P1 - v3P0) * parP)
94 def CalcIntersectionPointsLineSegmentsPOV(v3P0, v3P1, v3Q0, v3Q1, v3POV): argument
96 parP = planeQ.CalcIntersectionPointLineSegment(v3P0, v3P1)
101 planeP = Plane(v3POV, v3P0, v3P1)
113 parP = planeQ.CalcIntersectionPointLineSegment(v3P0, v3P1)
118 v3POV = v3P0 + v3DIR
[all …]