mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 17:35:34 -04:00
tests: Correct misleading comment
[skip ci]
This commit is contained in:
parent
01b2f1f759
commit
b31b100693
@ -21,7 +21,7 @@ def test_collision_polygon_verify_colinear_points():
|
||||
|
||||
|
||||
def test_collision_polygon_verify_points():
|
||||
# Those should be regular, colinear points
|
||||
# Those should be regular, non-colinear points
|
||||
assert core.CollisionPolygon.verify_points([core.LPoint3(1, 0, 0), core.LPoint3(0, 1, 0), core.LPoint3(0, 0, 1)])
|
||||
assert core.CollisionPolygon.verify_points([core.LPoint3(10, 2, 8), core.LPoint3(7, 1, 3), core.LPoint3(5, 9, 6)])
|
||||
assert core.CollisionPolygon.verify_points([core.LPoint3(3, -8, -7), core.LPoint3(9, 10, 8), core.LPoint3(7, 0, 10), core.LPoint3(-6, -2, 3)])
|
||||
|
Loading…
x
Reference in New Issue
Block a user