Skip to content

Latest commit

 

History

History
45 lines (36 loc) · 486 Bytes

File metadata and controls

45 lines (36 loc) · 486 Bytes

vec4*mat4x3

vec4*mat4x3

Parameters

x Type: vec4 y Type: mat4x3

Return Value

Type: vec3

JSON
{
  "Type": "vec4*mat4x3",
  "Name": "vec4*mat4x3",
  "Category": 1,
  "InputPins": [
    {
      "Connection": null,
      "Id": "x",
      "Type": "vec4"
    },
    {
      "Connection": null,
      "Id": "y",
      "Type": "mat4x3"
    }
  ],
  "OutputPins": [
    {
      "Id": "",
      "Type": "vec3"
    }
  ]
}