Epitrochoid
Function: calc[EpiTrochoid] - animation of an epitrochoid
Calling Sequence:
EpiTrochoid(
)
EpiTrochoidComp (a, b, c, N, n,
,
)
Parameters:
![]()
- numbers
N - number of
- number of frames
,
- names
Description:
,
Examples:
| > | restart: with(calc): |
|
|
| > | a:=3:b:=4:c:=3.5: N:=b: n:=60: |
| > | EpiTrochoidComp(a,b,c,N,n,p1,p2); |
|