Skip to main content

Function3

NameTypeDescription
xExpressionThe x coordinate based on the parameter t
yExpressionThe y coordinate based on the parameter t
zExpressionThe z coordinate based on the parameter t
mindoubleThe starting value of the parameter t
maxdoubleThe ending value of the parameter t
deltadoubleThe step of the parameter t
{
"x": "3cos(t)",
"y": "3sin(t)",
"z": "1.5t",
"min": 0,
"max": 6.28318530718,
"delta": 0.39269908169
}