Skip to content

Commit

Permalink
[VRG]
Browse files Browse the repository at this point in the history
- added t/bugs.t which demonstrate the "temporary plane
  problem".

git-svn-id: http://svn.berlios.de/svnroot/repos/unisimu/VRG@847 625e195c-0704-0410-94f2-f261ee9f2fe7
  • Loading branch information
agent committed Nov 10, 2006
1 parent a9d24f0 commit 24eca57
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions t/bugs.t
@@ -0,0 +1,17 @@
use t::VRG;

plan tests => 5 * blocks();

run_tests;

__DATA__
=== TEST 1: the auxiliary plane problem
--- vrg
line a, b; plane alpha;
point P;
a on alpha, b on alpha, meet(a, b, P) => a // alpha
--- ans
No.

0 comments on commit 24eca57

Please sign in to comment.