Updated more math related names

Signed-off-by: lsemp3d <58790905+lsemp3d@users.noreply.github.com>
This commit is contained in:
lsemp3d
2021-11-16 12:00:46 -08:00
parent 7a279019b7
commit 5ed6d2f2f5
29 changed files with 699 additions and 552 deletions
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "GetElement",
"name": "Get Element",
"category": "Math/Matrix3x3",
"tooltip": "returns scalar from matrix corresponding to the (Row,Column) pair",
"subtitle": "Matrix3x3"
"tooltip": "Returns scalar from matrix corresponding to the (Row,Column) pair"
},
"slots": [
{
@@ -24,27 +23,27 @@
}
},
{
"key": "DataInput_Matrix3x3: Source",
"key": "DataInput_Source",
"details": {
"name": "Matrix3x3: Source"
"name": "Source"
}
},
{
"key": "DataInput_Number: Row",
"key": "DataInput_Row",
"details": {
"name": "Number: Row"
"name": "Row"
}
},
{
"key": "DataInput_Number: Column",
"key": "DataInput_Column",
"details": {
"name": "Number: Column"
"name": "Column"
}
},
{
"key": "DataOutput_Result: Number",
"key": "DataOutput_Result",
"details": {
"name": "Result: Number"
"name": "Result"
}
}
]