radians converts a quantity specified in
degrees into radians. The return value is
{ π \times degrees } \over 180.
degrees Type: float
Type: float
JSON
{
"Type": "radians(float)",
"Name": "radians(float)",
"Category": 1,
"InputPins": [
{
"Connection": null,
"Id": "degrees",
"Type": "float"
}
],
"OutputPins": [
{
"Id": "",
"Type": "float"
}
]
}
degrees Type: vec2
Type: vec2
JSON
{
"Type": "radians(vec2)",
"Name": "radians(vec2)",
"Category": 1,
"InputPins": [
{
"Connection": null,
"Id": "degrees",
"Type": "vec2"
}
],
"OutputPins": [
{
"Id": "",
"Type": "vec2"
}
]
}
degrees Type: vec3
Type: vec3
JSON
{
"Type": "radians(vec3)",
"Name": "radians(vec3)",
"Category": 1,
"InputPins": [
{
"Connection": null,
"Id": "degrees",
"Type": "vec3"
}
],
"OutputPins": [
{
"Id": "",
"Type": "vec3"
}
]
}
degrees Type: vec4
Type: vec4
JSON
{
"Type": "radians(vec4)",
"Name": "radians(vec4)",
"Category": 1,
"InputPins": [
{
"Connection": null,
"Id": "degrees",
"Type": "vec4"
}
],
"OutputPins": [
{
"Id": "",
"Type": "vec4"
}
]
}