Skip to content

Latest commit

 

History

History
45 lines (36 loc) · 534 Bytes

File metadata and controls

45 lines (36 loc) · 534 Bytes

chebyshev

chebyshev(vec2,float)

Parameters

moments Type: vec2 depth Type: float

Return Value

Type: float

JSON
{
  "Type": "chebyshev(vec2,float)",
  "Name": "chebyshev(vec2,float)",
  "Category": 1,
  "InputPins": [
    {
      "Connection": null,
      "Id": "moments",
      "Type": "vec2"
    },
    {
      "Connection": null,
      "Id": "depth",
      "Type": "float"
    }
  ],
  "OutputPins": [
    {
      "Id": "",
      "Type": "float"
    }
  ]
}