Skip to content
Snippets Groups Projects
Commit a4c8def6 authored by Paul-Walcher's avatar Paul-Walcher
Browse files

Updated Cylinder

parent 48b6542a
No related branches found
No related tags found
No related merge requests found
......@@ -379,8 +379,8 @@ theory CylinderType =
include ?FrameITBasics ❙
cylinderType : type ❘ # Cylinder ❙
// takes a midpoint, a point on the edge of the base-circle plane, as well as a point in the base-circle plane, and a point directly above the midpoint ❙
cylinderCons : point ⟶ point ⟶ point ⟶ point ⟶ Cylinder ❘ # CylinderCons 1 2 3 4
// takes a midpoint, a point on the edge of the base-circle plane and a point directly above the midpoint ❙
cylinderCons : point ⟶ point ⟶ point ⟶ Cylinder ❘ # CylinderCons 1 2 3 ❙
theory FrameITTheories =
......
......@@ -15,10 +15,6 @@ theory CylinderScroll =
❘ meta ?MetaAnnotations?label "E"
❘ meta ?MetaAnnotations?description "The point on the edge of the bottom-circle-plane"
P: point
❘ meta ?MetaAnnotations?label "P"
❘ meta ?MetaAnnotations?description "A point in the bottom-circle-plane"
T: point
❘ meta ?MetaAnnotations?label "T"
❘ meta ?MetaAnnotations?description "The point directly above the point M"
......@@ -32,7 +28,7 @@ theory CylinderScroll =
meta ?MetaAnnotations?label "Cylinder" ❙
meta ?MetaAnnotations?description s"Given four points: Three points that form the bottom-plane and one directly above this scroll constructs a cylinder" ❙
ConstructedCylinder: Cylinder
❘ = ( CylinderCons M E P T )
❘ = ( CylinderCons M E T )
❘ meta ?MetaAnnotations?label s"Cylinder"
❘ meta ?MetaAnnotations?description s"The constructed Cylinder."
......
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