Hypotrochoid Curve 2 (hypo2)
Calculate the Hypotrochoid Curve 2 with given parameters. Create intricate geometric patterns effortlessly.
Hypotrochoid Curve 2
Purpose
The Hypotrochoid Curve 2 function calculates a specific type of mathematical curve based on user-provided input values.
Use Cases
This function can be used to create visually appealing shapes and patterns for artistic or design purposes.
How to Use
- Enter the values for the input parameters listed 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 tracing point. (default unit is inch)
Output Values
- Curve Points: The calculated points that form the Hypotrochoid Curve.
Any other Instruction
- Ensure all input values are numerical and positive.
- The output will be displayed visually as a curve on the screen.
Calculation Steps
- The function calculates the Hypotrochoid Curve based on the input values 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():
hypo2(Fixed_r=5, Inner_r=3, Distance_d=2)
hypo2(Fixed_r=8, Inner_r=2, Distance_d=4)
Click on Help icon to open the help page on a separate window.