Skip to content
Snippets Groups Projects
Commit dcf0d758 authored by mariuskern's avatar mariuskern
Browse files

test scroll added

parent 74de1696
No related branches found
No related tags found
No related merge requests found
...@@ -14,6 +14,7 @@ theory DefaultSituationSpace = ...@@ -14,6 +14,7 @@ theory DefaultSituationSpace =
include ?CircleLineAngleToAngleScroll❙ include ?CircleLineAngleToAngleScroll❙
include ?Midpoint ❙ include ?Midpoint ❙
include ?Test ❙
include ?CircleScroll ❙ include ?CircleScroll ❙
include ?BouncingScroll ❙ include ?BouncingScroll ❙
include ?WBouncingScroll ❙ include ?WBouncingScroll ❙
......
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
/T Miscellaneous scrolls for playing around/testing that don't have a good home yet ❚ /T Miscellaneous scrolls for playing around/testing that don't have a good home yet ❚
namespace http://mathhub.info/FrameIT/frameworld ❚ namespace http://mathhub.info/FrameIT/frameworld ❚
fixmeta ?FrameworldMeta ❚ fixmeta ?FrameworldMeta ❚
theory Midpoint2 = theory Test =
meta ?MetaAnnotations?problemTheory ?Midpoint2/Problem ❙ meta ?MetaAnnotations?problemTheory ?Test/Problem ❙
meta ?MetaAnnotations?solutionTheory ?Midpoint2/Solution ❙ meta ?MetaAnnotations?solutionTheory ?Test/Solution ❙
theory Problem = theory Problem =
P: point P: point
❘ meta ?MetaAnnotations?label "P" ❘ meta ?MetaAnnotations?label "P"
...@@ -16,13 +16,13 @@ theory Midpoint2 = ...@@ -16,13 +16,13 @@ theory Midpoint2 =
theory Solution = theory Solution =
include ?Midpoint2/Problem ❙ include ?Test/Problem ❙
meta ?MetaAnnotations?label "Midpoint2" ❙ meta ?MetaAnnotations?label "Test" ❙
meta ?MetaAnnotations?description s"Our Midpoint2 scroll that given two points ${lverb P} and ${lverb Q} computes the Midpoint2 of the line ${lverb P Q}." ❙ meta ?MetaAnnotations?description s"Our Test scroll that given two points ${lverb P} and ${lverb Q} computes the Test of the line ${lverb P Q}." ❙
Midpoint2: point Test: point
❘ = ⟨0.5 ⋅ (P _x + Q _x), 0.5 ⋅ (P _y + Q _y), 0.5 ⋅ (P _z + Q _z)⟩ ❘ = ⟨0.5 ⋅ (P _x + Q _x), 0.5 ⋅ (P _y + Q _y), 0.5 ⋅ (P _z + Q _z)⟩
❘ meta ?MetaAnnotations?label s"Mid[${lverb P Q}]" ❘ meta ?MetaAnnotations?label s"Mid[${lverb P Q}]"
❘ meta ?MetaAnnotations?description s"The Midpoint2 between points ${lverb P} and ${lverb Q}." ❘ meta ?MetaAnnotations?description s"The Test between points ${lverb P} and ${lverb Q}."
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment