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
File diff suppressed because it is too large Load Diff
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "FromCrossProduct",
"name": "From Cross Product",
"category": "Math/Matrix3x3",
"tooltip": "returns a skew-symmetric cross product matrix based on supplied vector",
"subtitle": "Matrix3x3"
"tooltip": "Returns a skew-symmetric cross product matrix based on supplied vector"
},
"slots": [
{
@@ -24,15 +23,15 @@
}
},
{
"key": "DataInput_Vector3: Source",
"key": "DataInput_Source",
"details": {
"name": "Vector3: Source"
"name": "Source"
}
},
{
"key": "DataOutput_Result: Matrix3x3",
"key": "DataOutput_Result",
"details": {
"name": "Result: Matrix3x3"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "FromDiagonal",
"name": "From Diagonal",
"category": "Math/Matrix3x3",
"tooltip": "returns a diagonal matrix using the supplied vector",
"subtitle": "Matrix3x3"
"tooltip": "Returns a diagonal matrix using the supplied vector"
},
"slots": [
{
@@ -24,15 +23,15 @@
}
},
{
"key": "DataInput_Vector3: Source",
"key": "DataInput_Source",
"details": {
"name": "Vector3: Source"
"name": "Source"
}
},
{
"key": "DataOutput_Result: Matrix3x3",
"key": "DataOutput_Result",
"details": {
"name": "Result: Matrix3x3"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "FromMatrix4x4",
"name": "From Matrix4x4",
"category": "Math/Matrix3x3",
"tooltip": "returns a matrix from the first 3 rows of a Matrix3x3",
"subtitle": "Matrix3x3"
"tooltip": "Returns a matrix from the first 3 rows of a Matrix3x3"
},
"slots": [
{
@@ -24,15 +23,15 @@
}
},
{
"key": "DataInput_Matrix4x4: Source",
"key": "DataInput_Source",
"details": {
"name": "Matrix4x4: Source"
"name": "Source"
}
},
{
"key": "DataOutput_Result: Matrix3x3",
"key": "DataOutput_Result",
"details": {
"name": "Result: Matrix3x3"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "FromQuaternion",
"name": "From Quaternion",
"category": "Math/Matrix3x3",
"tooltip": "returns a rotation matrix using the supplied quaternion",
"subtitle": "Matrix3x3"
"tooltip": "Returns a rotation matrix using the supplied quaternion"
},
"slots": [
{
@@ -24,15 +23,15 @@
}
},
{
"key": "DataInput_Quaternion: Source",
"key": "DataInput_Source",
"details": {
"name": "Quaternion: Source"
"name": "Source"
}
},
{
"key": "DataOutput_Result: Matrix3x3",
"key": "DataOutput_Result",
"details": {
"name": "Result: Matrix3x3"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "FromRotationXDegrees",
"name": "From Rotation X Degrees",
"category": "Math/Matrix3x3",
"tooltip": "returns a rotation matrix representing a rotation in degrees around X-axis",
"subtitle": "Matrix3x3"
"tooltip": "Returns a rotation matrix representing a rotation in degrees around X-axis"
},
"slots": [
{
@@ -24,15 +23,15 @@
}
},
{
"key": "DataInput_Number: Degrees",
"key": "DataInput_Degrees",
"details": {
"name": "Number: Degrees"
"name": "Degrees"
}
},
{
"key": "DataOutput_Result: Matrix3x3",
"key": "DataOutput_Result",
"details": {
"name": "Result: Matrix3x3"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "FromRotationYDegrees",
"name": "From Rotation Y Degrees",
"category": "Math/Matrix3x3",
"tooltip": "returns a rotation matrix representing a rotation in degrees around Y-axis",
"subtitle": "Matrix3x3"
"tooltip": "Returns a rotation matrix representing a rotation in degrees around Y-axis"
},
"slots": [
{
@@ -24,15 +23,15 @@
}
},
{
"key": "DataInput_Number: Degrees",
"key": "DataInput_Degrees",
"details": {
"name": "Number: Degrees"
"name": "Degrees"
}
},
{
"key": "DataOutput_Result: Matrix3x3",
"key": "DataOutput_Result",
"details": {
"name": "Result: Matrix3x3"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "FromRotationZDegrees",
"name": "From Rotation Z Degrees",
"category": "Math/Matrix3x3",
"tooltip": "returns a rotation matrix representing a rotation in degrees around Z-axis",
"subtitle": "Matrix3x3"
"tooltip": "Returns a rotation matrix representing a rotation in degrees around Z-axis"
},
"slots": [
{
@@ -24,15 +23,15 @@
}
},
{
"key": "DataInput_Number: Degrees",
"key": "DataInput_Degrees",
"details": {
"name": "Number: Degrees"
"name": "Degrees"
}
},
{
"key": "DataOutput_Result: Matrix3x3",
"key": "DataOutput_Result",
"details": {
"name": "Result: Matrix3x3"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "FromRows",
"name": "From Rows",
"category": "Math/Matrix3x3",
"tooltip": "returns a matrix from three row",
"subtitle": "Matrix3x3"
"tooltip": "Returns a matrix from three row"
},
"slots": [
{
@@ -24,27 +23,27 @@
}
},
{
"key": "DataInput_Vector3: Row1",
"key": "DataInput_Row1",
"details": {
"name": "Vector3: Row1"
"name": "Row 1"
}
},
{
"key": "DataInput_Vector3: Row2",
"key": "DataInput_Row2",
"details": {
"name": "Vector3: Row2"
"name": "Row 2"
}
},
{
"key": "DataInput_Vector3: Row3",
"key": "DataInput_Row3",
"details": {
"name": "Vector3: Row3"
"name": "Row 3"
}
},
{
"key": "DataOutput_Result: Matrix3x3",
"key": "DataOutput_Result",
"details": {
"name": "Result: Matrix3x3"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "FromScale",
"name": "From Scale",
"category": "Math/Matrix3x3",
"tooltip": "returns a scale matrix using the supplied vector",
"subtitle": "Matrix3x3"
"tooltip": "Returns a scale matrix using the supplied vector"
},
"slots": [
{
@@ -24,15 +23,15 @@
}
},
{
"key": "DataInput_Vector3: Scale",
"key": "DataInput_Scale",
"details": {
"name": "Vector3: Scale"
"name": "Scale"
}
},
{
"key": "DataOutput_Result: Matrix3x3",
"key": "DataOutput_Result",
"details": {
"name": "Result: Matrix3x3"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "FromTransform",
"name": "From Transform",
"category": "Math/Matrix3x3",
"tooltip": "returns a matrix using the supplied transform",
"subtitle": "Matrix3x3"
"tooltip": "Returns a matrix using the supplied transform"
},
"slots": [
{
@@ -24,15 +23,15 @@
}
},
{
"key": "DataInput_Transform: Transform",
"key": "DataInput_Transform",
"details": {
"name": "Transform: Transform"
"name": "Transform"
}
},
{
"key": "DataOutput_Result: Matrix3x3",
"key": "DataOutput_Result",
"details": {
"name": "Result: Matrix3x3"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "GetColumn",
"name": "Get Column",
"category": "Math/Matrix3x3",
"tooltip": "returns vector from matrix corresponding to the Column index",
"subtitle": "Matrix3x3"
"tooltip": "Returns vector from matrix corresponding to the Column index"
},
"slots": [
{
@@ -24,21 +23,21 @@
}
},
{
"key": "DataInput_Matrix3x3: Source",
"key": "DataInput_Source",
"details": {
"name": "Matrix3x3: Source"
"name": "Source"
}
},
{
"key": "DataInput_Number: Column",
"key": "DataInput_Column",
"details": {
"name": "Number: Column"
"name": "Column"
}
},
{
"key": "DataOutput_Result: Vector3",
"key": "DataOutput_Result",
"details": {
"name": "Result: Vector3"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "GetColumns",
"name": "Get Columns",
"category": "Math/Matrix3x3",
"tooltip": "returns all columns from matrix",
"subtitle": "Matrix3x3"
"tooltip": "Returns all columns from matrix"
},
"slots": [
{
@@ -24,27 +23,27 @@
}
},
{
"key": "DataInput_Matrix3x3: Source",
"key": "DataInput_Source",
"details": {
"name": "Matrix3x3: Source"
"name": "Source"
}
},
{
"key": "DataOutput_Column1: Vector3",
"key": "DataOutput_Column1",
"details": {
"name": "Column1: Vector3"
"name": "Column 1"
}
},
{
"key": "DataOutput_Column2: Vector3",
"key": "DataOutput_Column2",
"details": {
"name": "Column2: Vector3"
"name": "Column 2"
}
},
{
"key": "DataOutput_Column3: Vector3",
"key": "DataOutput_Column3",
"details": {
"name": "Column3: Vector3"
"name": "Column 3"
}
}
]
@@ -5,9 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "GetDiagonal",
"name": "Get Diagonal",
"category": "Math/Matrix3x3",
"tooltip": "returns vector of matrix diagonal values"
"tooltip": "Returns vector of matrix diagonal values"
},
"slots": [
{
@@ -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"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "GetRow",
"name": "Get Row",
"category": "Math/Matrix3x3",
"tooltip": "returns vector from matrix corresponding to the Row index",
"subtitle": "Matrix3x3"
"tooltip": "Returns vector from matrix corresponding to the Row index"
},
"slots": [
{
@@ -24,21 +23,21 @@
}
},
{
"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": "DataOutput_Result: Vector3",
"key": "DataOutput_Result",
"details": {
"name": "Result: Vector3"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "GetRows",
"name": "Get Rows",
"category": "Math/Matrix3x3",
"tooltip": "returns all rows from matrix",
"subtitle": "Matrix3x3"
"tooltip": "Returns all rows from matrix"
},
"slots": [
{
@@ -24,27 +23,27 @@
}
},
{
"key": "DataInput_Matrix3x3: Source",
"key": "DataInput_Source",
"details": {
"name": "Matrix3x3: Source"
"name": "Source"
}
},
{
"key": "DataOutput_Row1: Vector3",
"key": "DataOutput_Row1",
"details": {
"name": "Row1: Vector3"
"name": "Row 1"
}
},
{
"key": "DataOutput_Row2: Vector3",
"key": "DataOutput_Row2",
"details": {
"name": "Row2: Vector3"
"name": "Row 2"
}
},
{
"key": "DataOutput_Row3: Vector3",
"key": "DataOutput_Row3",
"details": {
"name": "Row3: Vector3"
"name": "Row 3"
}
}
]
@@ -7,8 +7,7 @@
"details": {
"name": "Invert",
"category": "Math/Matrix3x3",
"tooltip": "returns inverse of Matrix",
"subtitle": "Matrix3x3"
"tooltip": "Returns inverse of Matrix"
},
"slots": [
{
@@ -24,15 +23,15 @@
}
},
{
"key": "DataInput_Matrix3x3: Source",
"key": "DataInput_Source",
"details": {
"name": "Matrix3x3: Source"
"name": "Source"
}
},
{
"key": "DataOutput_Result: Matrix3x3",
"key": "DataOutput_Result",
"details": {
"name": "Result: Matrix3x3"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "IsClose",
"name": "Is Close",
"category": "Math/Matrix3x3",
"tooltip": "returns true if each element of both Matrix are equal within some tolerance",
"subtitle": "Matrix3x3"
"tooltip": "Returns true if each element of both Matrix are equal within some tolerance"
},
"slots": [
{
@@ -24,27 +23,27 @@
}
},
{
"key": "DataInput_Matrix3x3: A",
"key": "DataInput_A",
"details": {
"name": "Matrix3x3: A"
"name": "A"
}
},
{
"key": "DataInput_Matrix3x3: B",
"key": "DataInput_B",
"details": {
"name": "Matrix3x3: B"
"name": "B"
}
},
{
"key": "DataInput_Number: Tolerance",
"key": "DataInput_Tolerance",
"details": {
"name": "Number: Tolerance"
"name": "Tolerance"
}
},
{
"key": "DataOutput_Result: Boolean",
"key": "DataOutput_Result",
"details": {
"name": "Result: Boolean"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "IsFinite",
"name": "Is Finite",
"category": "Math/Matrix3x3",
"tooltip": "returns true if all numbers in matrix is finite",
"subtitle": "Matrix3x3"
"tooltip": "Returns true if all numbers in matrix is finite"
},
"slots": [
{
@@ -24,15 +23,15 @@
}
},
{
"key": "DataInput_Matrix3x3: Source",
"key": "DataInput_Source",
"details": {
"name": "Matrix3x3: Source"
"name": "Source"
}
},
{
"key": "DataOutput_Result: Boolean",
"key": "DataOutput_Result",
"details": {
"name": "Result: Boolean"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "IsOrthogonal",
"name": "Is Orthogonal",
"category": "Math/Matrix3x3",
"tooltip": "returns true if the matrix is orthogonal",
"subtitle": "Matrix3x3"
"tooltip": "Returns true if the matrix is orthogonal"
},
"slots": [
{
@@ -24,15 +23,15 @@
}
},
{
"key": "DataInput_Matrix3x3: Source",
"key": "DataInput_Source",
"details": {
"name": "Matrix3x3: Source"
"name": "Source"
}
},
{
"key": "DataOutput_Result: Boolean",
"key": "DataOutput_Result",
"details": {
"name": "Result: Boolean"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "MultiplyByNumber",
"name": "Multiply By Number",
"category": "Math/Matrix3x3",
"tooltip": "returns matrix created from multiply the source matrix by Multiplier",
"subtitle": "Matrix3x3"
"tooltip": "Returns matrix created from multiply the source matrix by Multiplier"
},
"slots": [
{
@@ -24,21 +23,21 @@
}
},
{
"key": "DataInput_Matrix3x3: Source",
"key": "DataInput_Source",
"details": {
"name": "Matrix3x3: Source"
"name": "Source"
}
},
{
"key": "DataInput_Number: Multiplier",
"key": "DataInput_Multiplier",
"details": {
"name": "Number: Multiplier"
"name": "Multiplier"
}
},
{
"key": "DataOutput_Result: Matrix3x3",
"key": "DataOutput_Result",
"details": {
"name": "Result: Matrix3x3"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "MultiplyByVector",
"name": "Multiply By Vector",
"category": "Math/Matrix3x3",
"tooltip": "returns vector created by right left multiplying matrix by supplied vector",
"subtitle": "Matrix3x3"
"tooltip": "Returns vector created by right left multiplying matrix by supplied vector"
},
"slots": [
{
@@ -24,21 +23,21 @@
}
},
{
"key": "DataInput_Matrix3x3: Source",
"key": "DataInput_Source",
"details": {
"name": "Matrix3x3: Source"
"name": "Source"
}
},
{
"key": "DataInput_Vector3: Vector",
"key": "DataInput_Vector",
"details": {
"name": "Vector3: Vector"
"name": "Vector"
}
},
{
"key": "DataOutput_Result: Vector3",
"key": "DataOutput_Result",
"details": {
"name": "Result: Vector3"
"name": "Result"
}
}
]
@@ -7,8 +7,7 @@
"details": {
"name": "Orthogonalize",
"category": "Math/Matrix3x3",
"tooltip": "returns an orthogonal matrix from the Source matrix",
"subtitle": "Matrix3x3"
"tooltip": "Returns an orthogonal matrix from the Source matrix"
},
"slots": [
{
@@ -24,15 +23,15 @@
}
},
{
"key": "DataInput_Matrix3x3: Source",
"key": "DataInput_Source",
"details": {
"name": "Matrix3x3: Source"
"name": "Source"
}
},
{
"key": "DataOutput_Result: Matrix3x3",
"key": "DataOutput_Result",
"details": {
"name": "Result: Matrix3x3"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "ToAdjugate",
"name": "To Adjugate",
"category": "Math/Matrix3x3",
"tooltip": "returns the transpose of Matrix of cofactors",
"subtitle": "Matrix3x3"
"tooltip": "Returns the transpose of Matrix of cofactors"
},
"slots": [
{
@@ -24,15 +23,15 @@
}
},
{
"key": "DataInput_Matrix3x3: Source",
"key": "DataInput_Source",
"details": {
"name": "Matrix3x3: Source"
"name": "Source"
}
},
{
"key": "DataOutput_Result: Matrix3x3",
"key": "DataOutput_Result",
"details": {
"name": "Result: Matrix3x3"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "ToDeterminant",
"name": "To Determinant",
"category": "Math/Matrix3x3",
"tooltip": "returns determinant of Matrix",
"subtitle": "Matrix3x3"
"tooltip": "Returns determinant of Matrix"
},
"slots": [
{
@@ -24,15 +23,15 @@
}
},
{
"key": "DataInput_Matrix3x3: Source",
"key": "DataInput_Source",
"details": {
"name": "Matrix3x3: Source"
"name": "Source"
}
},
{
"key": "DataOutput_Determinant: Number",
"key": "DataOutput_Determinant",
"details": {
"name": "Determinant: Number"
"name": "Determinant"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "ToScale",
"name": "To Scale",
"category": "Math/Matrix3x3",
"tooltip": "returns scale part of the transformation matrix",
"subtitle": "Matrix3x3"
"tooltip": "Returns scale part of the transformation matrix"
},
"slots": [
{
@@ -24,15 +23,15 @@
}
},
{
"key": "DataInput_Matrix3x3: Source",
"key": "DataInput_Source",
"details": {
"name": "Matrix3x3: Source"
"name": "Source"
}
},
{
"key": "DataOutput_Result: Vector3",
"key": "DataOutput_Result",
"details": {
"name": "Result: Vector3"
"name": "Result"
}
}
]
@@ -7,8 +7,7 @@
"details": {
"name": "Transpose",
"category": "Math/Matrix3x3",
"tooltip": "returns transpose of Matrix",
"subtitle": "Matrix3x3"
"tooltip": "returns transpose of Matrix"
},
"slots": [
{
@@ -24,15 +23,15 @@
}
},
{
"key": "DataInput_Matrix3x3: Source",
"key": "DataInput_Source",
"details": {
"name": "Matrix3x3: Source"
"name": "Source"
}
},
{
"key": "DataOutput_Result: Matrix3x3",
"key": "DataOutput_Result",
"details": {
"name": "Result: Matrix3x3"
"name": "Result"
}
}
]
@@ -7,8 +7,7 @@
"details": {
"name": "Zero",
"category": "Math/Matrix3x3",
"tooltip": "returns the zero matrix",
"subtitle": "Matrix3x3"
"tooltip": "Returns the zero matrix"
},
"slots": [
{
@@ -24,9 +23,9 @@
}
},
{
"key": "DataOutput_Result: Matrix3x3",
"key": "DataOutput_Result",
"details": {
"name": "Result: Matrix3x3"
"name": "Result"
}
}
]