Class index __ Method index __ Mathutils index __ Euler index __ Matrix index __ Quaternion index __ Vector index __ |
LineIntersectLineIntersect(vec1, vec2, vec3, vec4)Note:Because
the lines are evaluated as infinite lines in space, the values returned
may not be between the 2 points given for each line.
Returns a tuple with the points on each line respectively closest to the other (when both lines intersect, both vector hold the same value). Return Type: ([Vector], [Vector]) vec1 A 3d vector, one
point on the first line
vec2 Type: Vector A 3d vector, another
point on the first line
vec3Type: Vector A 3d vector, one
point on the second line
vec4Type: Vector A 3d vector, another
point on the second line
Type: Vector Sample
Code
|