Hypotrochoid Curve 4 (hypo4)
Calculate the Hypotrochoid Curve 4 with given parameters. Create intricate geometric patterns effortlessly.
Hypotrochoid Curve 4
Purpose
The Hypotrochoid Curve 4 function generates a mathematical curve based on the parameters provided by the user.
Use Cases
This function can be used to create visually appealing designs, patterns, or animations.
How to Use
- Enter the values for the parameters below.
- Click on the "Calculate" button to generate the Hypotrochoid Curve.
Input Values
- Fixed Radius - The radius of the fixed circle. (default unit is inch)
- Inner Radius - The radius of the inner circle. (default unit is inch)
- Distance - The distance between the center of the fixed circle and the pen point. (default unit is inch)
Output Values
- Curve Points - The points on the Hypotrochoid Curve.
Any other Instruction
Make sure to enter valid numerical values for the input parameters to get accurate results.
Code Analysis
- The function calculates the Hypotrochoid Curve based on the input parameters provided by the user.
Technical Parameters
Fixed_r, Inner_r, Distance_d
Return Values
Curve Points
Example Expressions
You can use the following expressions to directly evaluate in a non-interactive manner using eva()
.
eva(hypo4(Fixed_r=5, Inner_r=3, Distance_d=1))
eva(hypo4(Fixed_r=8, Inner_r=2, Distance_d=2))
Click on Help icon to open the help page on a separate window.