Hypotrochoid Curve 3 (hypo3)
Create a Hypotrochoid Curve using specified parameters - Fixed radius, Inner radius, and Distance.
Hypotrochoid Curve 3
Purpose
The Hypotrochoid Curve 3 function in this web app calculates a specific geometric curve based on the input values provided by the user.
Use Cases
- Creating visually appealing designs
- Understanding mathematical concepts related to curves
How to Use
- Enter the values for the parameters listed below in the input fields.
- Click on the "Calculate" button to see the generated 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 to input numerical values for the parameters.
- Adjust the parameters to see how they affect the shape of the curve.
Steps of Calculation
- Calculate the Hypotrochoid Curve using 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():
hypo3(Fixed_r=10, Inner_r=5, Distance_d=2)
hypo3(Fixed_r=8, Inner_r=3, Distance_d=4)
Click on Help icon to open the help page on a separate window.