Skip to content

Latest commit

 

History

History
153 lines (116 loc) · 1.67 KB

radians.md

File metadata and controls

153 lines (116 loc) · 1.67 KB

radians

radians converts a quantity specified in

degrees into radians. The return value is

{ π \times degrees } \over 180.

radians(float)

Parameter

degrees Type: float

Return Value

Type: float

JSON
{
  "Type": "radians(float)",
  "Name": "radians(float)",
  "Category": 1,
  "InputPins": [
    {
      "Connection": null,
      "Id": "degrees",
      "Type": "float"
    }
  ],
  "OutputPins": [
    {
      "Id": "",
      "Type": "float"
    }
  ]
}

radians(vec2)

Parameter

degrees Type: vec2

Return Value

Type: vec2

JSON
{
  "Type": "radians(vec2)",
  "Name": "radians(vec2)",
  "Category": 1,
  "InputPins": [
    {
      "Connection": null,
      "Id": "degrees",
      "Type": "vec2"
    }
  ],
  "OutputPins": [
    {
      "Id": "",
      "Type": "vec2"
    }
  ]
}

radians(vec3)

Parameter

degrees Type: vec3

Return Value

Type: vec3

JSON
{
  "Type": "radians(vec3)",
  "Name": "radians(vec3)",
  "Category": 1,
  "InputPins": [
    {
      "Connection": null,
      "Id": "degrees",
      "Type": "vec3"
    }
  ],
  "OutputPins": [
    {
      "Id": "",
      "Type": "vec3"
    }
  ]
}

radians(vec4)

Parameter

degrees Type: vec4

Return Value

Type: vec4

JSON
{
  "Type": "radians(vec4)",
  "Name": "radians(vec4)",
  "Category": 1,
  "InputPins": [
    {
      "Connection": null,
      "Id": "degrees",
      "Type": "vec4"
    }
  ],
  "OutputPins": [
    {
      "Id": "",
      "Type": "vec4"
    }
  ]
}