Home
last modified time | relevance | path

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

/dports/graphics/blender/blender-2.91.0/release/scripts/addons/curve_tools/
H A Dmathematics.py94 def CalcIntersectionPointsLineSegmentsPOV(v3P0, v3P1, v3Q0, v3Q1, v3POV): argument
95 planeQ = Plane(v3POV, v3Q0, v3Q1)
101 planeP = Plane(v3POV, v3P0, v3P1)
111 v3POV = v3Q0 + v3DIR
112 planeQ = Plane(v3POV, v3Q0, v3Q1)
118 v3POV = v3P0 + v3DIR
119 planeP = Plane(v3POV, v3P0, v3P1)