Skip to content

Latest commit

 

History

History
149 lines (114 loc) · 1.53 KB

File metadata and controls

149 lines (114 loc) · 1.53 KB

tan

tan returns the trigonometric tangent of angle.

tan(float)

Parameter

angle Type: float

Return Value

Type: float

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

tan(vec2)

Parameter

angle Type: vec2

Return Value

Type: vec2

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

tan(vec3)

Parameter

angle Type: vec3

Return Value

Type: vec3

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

tan(vec4)

Parameter

angle Type: vec4

Return Value

Type: vec4

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