Kig/Macros: Difference between revisions
Pipesmoker (talk | contribs) m (Added breadcrumbs) |
Pipesmoker (talk | contribs) (All macros added) |
||
Line 3: | Line 3: | ||
{{Construction}} | {{Construction}} | ||
[[ | ::{|cellpadding="2" | ||
|[[Image:Im-status-message-edit.png]]||'''Note'''||All macros following require a '''Kig''' version with python script support. | |||
|} | |||
==cirkel== | ==cirkel== | ||
Line 9: | Line 11: | ||
A circle BTP constructed using the circle BCP | A circle BTP constructed using the circle BCP | ||
{| | {| | ||
|Dominique Devriese | ! Author | ||
|[http://edu.kde.org/kig/downloads/macros/ | | Dominique Devriese | ||
|GPL | |- | ||
! Download | |||
| [http://edu.kde.org/kig/downloads/macros/circleBTP_by_circleBCP.kigt circleBTP_by_circleBCP.kigt] | |||
|- | |||
! License | |||
| GPL | |||
|} | |||
==ConicByLocus== | |||
A conic constructed as a locus. | |||
{| | |||
! Author | |||
| Dominique Devriese | |||
|- | |||
! Download | |||
| [http://edu.kde.org/kig/downloads/macros/conic_by_locus.kigt conic_by_locus.kigt] | |||
|- | |||
! License | |||
| GPL | |||
|} | |||
==ConicCenter== | |||
The center of a conic. | |||
{| | |||
! Author | |||
| Dominique Devriese | |||
|- | |||
! Download | |||
| [http://edu.kde.org/kig/downloads/macros/ConicCenter.kigt ConicCenter.kigt] | |||
|- | |||
! License | |||
| GPL | |||
|} | |||
==LineConicMainAxis== | |||
The main axis of a conic. | |||
{| | |||
! Author | |||
| Dominique Devriese | |||
|- | |||
! Download | |||
| [http://edu.kde.org/kig/downloads/macros/LineConicMainAxis.kigt LineConicMainAxis.kigt] | |||
|- | |||
! License | |||
| GPL | |||
|} | |||
==LineConicSecondAxis== | |||
The secondary axis of a conic. | |||
{| | |||
! Author | |||
| Dominique Devriese | |||
|- | |||
! Download | |||
| [http://edu.kde.org/kig/downloads/macros/LineConicSecondAxis.kigt LineConicSecondAxis.kigt] | |||
|- | |||
! License | |||
| GPL | |||
|} | |||
==Translatie== | |||
Mirror a point using the translation. | |||
{| | |||
! Author | |||
| Dominique Devriese | |||
|- | |||
! Download | |||
| [http://edu.kde.org/kig/downloads/macros/mirrorpoint_by_translationpoint.kigt mirrorpoint_by_translationpoint.kigt] | |||
|- | |||
! License | |||
| GPL | |||
|} | |||
==Triangel Centers== | |||
This package contains 6 macros all about special points of triangles. | |||
;Baricenter | |||
:Baricenter of a triangle, given the vertices | |||
;Circumcenter | |||
:Circumcenter of a triangle, given the vertices | |||
;Gauss Segment | |||
:Gauss Segment of a triangle, given the vertices | |||
;Incenter | |||
:Incenter of a triangle, given the vertices | |||
;Inscribed circle | |||
:Inscribed circle on a triangle, given the vertices | |||
;Ortocenter | |||
:Ortocenter of a triangle, given the vertices | |||
{| | |||
! Author | |||
| Noel Torres | |||
|- | |||
! Download | |||
| [http://edu.kde.org/kig/downloads/macros/triangle_centers.kigt triangle_centers.kigt] | |||
|- | |||
! License | |||
| Public Domain | |||
|} | |} | ||
==Star== | |||
Two different ways to contruct a star. | |||
{| | |||
! Author | |||
| Maurizio Paolini | |||
|- | |||
! Download | |||
| [http://edu.kde.org/kig/downloads/macros/starswith5points.kigt starswith5points.kigt] | |||
|- | |||
! License | |||
| GPL | |||
|} | |||
==Tropical Geometry== | |||
;TropicalLine1pt | |||
:A tropical line constructed using its centre point | |||
;TropicalLine2pt | |||
:The stable tropical line passing through two points | |||
;TropicalLineLineIntersection | |||
:The stable intersection of two tropical lines, to select a tropical line, select its centre point | |||
;TropicalConic | |||
:Stable Conic Passing through 5 points | |||
{| | |||
! Author | |||
| Luis Felipe Tabera <lftabera AT yahoo DOT es> | |||
|- | |||
! Download | |||
| [http://edu.kde.org/kig/downloads/macros/tropical_geometry.kigt tropical_geometry.kigt] | |||
|- | |||
! License | |||
| GPL | |||
|} | |||
[[Category:Education]] |
Revision as of 17:56, 25 June 2010
Home >> Applications >> Education >> Kig >> Macros
cirkel
A circle BTP constructed using the circle BCP
Author | Dominique Devriese |
---|---|
Download | circleBTP_by_circleBCP.kigt |
License | GPL |
ConicByLocus
A conic constructed as a locus.
Author | Dominique Devriese |
---|---|
Download | conic_by_locus.kigt |
License | GPL |
ConicCenter
The center of a conic.
Author | Dominique Devriese |
---|---|
Download | ConicCenter.kigt |
License | GPL |
LineConicMainAxis
The main axis of a conic.
Author | Dominique Devriese |
---|---|
Download | LineConicMainAxis.kigt |
License | GPL |
LineConicSecondAxis
The secondary axis of a conic.
Author | Dominique Devriese |
---|---|
Download | LineConicSecondAxis.kigt |
License | GPL |
Translatie
Mirror a point using the translation.
Author | Dominique Devriese |
---|---|
Download | mirrorpoint_by_translationpoint.kigt |
License | GPL |
Triangel Centers
This package contains 6 macros all about special points of triangles.
- Baricenter
- Baricenter of a triangle, given the vertices
- Circumcenter
- Circumcenter of a triangle, given the vertices
- Gauss Segment
- Gauss Segment of a triangle, given the vertices
- Incenter
- Incenter of a triangle, given the vertices
- Inscribed circle
- Inscribed circle on a triangle, given the vertices
- Ortocenter
- Ortocenter of a triangle, given the vertices
Author | Noel Torres |
---|---|
Download | triangle_centers.kigt |
License | Public Domain |
Star
Two different ways to contruct a star.
Author | Maurizio Paolini |
---|---|
Download | starswith5points.kigt |
License | GPL |
Tropical Geometry
- TropicalLine1pt
- A tropical line constructed using its centre point
- TropicalLine2pt
- The stable tropical line passing through two points
- TropicalLineLineIntersection
- The stable intersection of two tropical lines, to select a tropical line, select its centre point
- TropicalConic
- Stable Conic Passing through 5 points
Author | Luis Felipe Tabera <lftabera AT yahoo DOT es> |
---|---|
Download | tropical_geometry.kigt |
License | GPL |