Vector Cast
Python: "pro_vector_cast"
This node casts a fellow programming node to vector form. Integer and floating-point values are upcast by copying x=y=z. Matrix values are downcast by losing coordinates.
Common¶
Node alias¶
Python: "pro_alias"
Human-readable node alias.
Alias color¶
Python: "pro_alias_color"
Identificative node color.
Main¶
Input value¶
Python: "pro_vector_cast_input_pro"
Input value that will be cast to vector form.
Output tuning¶
Value weight¶
Python: "pro_weight"
The final value output by the node is computed as: value*weight+bias.
Value bias¶
Python: "pro_bias"
The final value output by the node is computed as: value*weight+bias.
