diff --git a/Gems/ScriptCanvas/Assets/TranslationAssets/Classes/Matrix3x4.names b/Gems/ScriptCanvas/Assets/TranslationAssets/Classes/Matrix3x4.names index 7aea9d3918..a2f2bed3f9 100644 --- a/Gems/ScriptCanvas/Assets/TranslationAssets/Classes/Matrix3x4.names +++ b/Gems/ScriptCanvas/Assets/TranslationAssets/Classes/Matrix3x4.names @@ -20,14 +20,14 @@ "tooltip": "Signaled after CreateZero is invoked" }, "details": { - "name": "Matrix3x4::CreateZero", - "category": "Other" + "name": "Create Zero", + "tooltip": "Creates a Matrix3x4 with all values zero" }, "results": [ { "typeid": "{1906D8A5-7DEC-4DE3-A606-9E53BB3459E7}", "details": { - "name": "Matrix3x4" + "name": "Result" } } ] @@ -37,27 +37,27 @@ "context": "Matrix3x4", "entry": { "name": "In", - "tooltip": "When signaled, this will invoke SetRotationPartFromQuaternion" + "tooltip": "When signaled, this will invoke Set Rotation Part From Quaternion" }, "exit": { "name": "Out", - "tooltip": "Signaled after SetRotationPartFromQuaternion is invoked" + "tooltip": "Signaled after Set Rotation Part From Quaternion is invoked" }, "details": { - "name": "Matrix3x4::SetRotationPartFromQuaternion", - "category": "Other" + "name": "Set Rotation Part From Quaternion", + "tooltip": "Sets the 3x3 part of the matrix from a quaternion" }, "params": [ { "typeid": "{1906D8A5-7DEC-4DE3-A606-9E53BB3459E7}", "details": { - "name": "Matrix3x4*" + "name": "Source" } }, { "typeid": "{73103120-3DD3-4873-BAB3-9713FA2804FB}", "details": { - "name": "const Quaternion&" + "name": "Quaternion" } } ] @@ -67,39 +67,39 @@ "context": "Matrix3x4", "entry": { "name": "In", - "tooltip": "When signaled, this will invoke CreateFromColumns" + "tooltip": "When signaled, this will invoke Create From Columns" }, "exit": { "name": "Out", - "tooltip": "Signaled after CreateFromColumns is invoked" + "tooltip": "Signaled after Create From Columns is invoked" }, "details": { - "name": "Matrix3x4::CreateFromColumns", - "category": "Other" + "name": "Create From Columns", + "tooltip": "Constructs from individual columns" }, "params": [ { "typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}", "details": { - "name": "const Vector3&" + "name": "Column 1" } }, { "typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}", "details": { - "name": "const Vector3&" + "name": "Column 2" } }, { "typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}", "details": { - "name": "const Vector3&" + "name": "Column 3" } }, { "typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}", "details": { - "name": "const Vector3&" + "name": "Column 4" } } ], @@ -107,7 +107,7 @@ { "typeid": "{1906D8A5-7DEC-4DE3-A606-9E53BB3459E7}", "details": { - "name": "Matrix3x4" + "name": "Result" } } ] @@ -117,33 +117,33 @@ "context": "Matrix3x4", "entry": { "name": "In", - "tooltip": "When signaled, this will invoke IsClose" + "tooltip": "When signaled, this will invoke Is Close" }, "exit": { "name": "Out", - "tooltip": "Signaled after IsClose is invoked" + "tooltip": "Signaled after Is Close is invoked" }, "details": { - "name": "Matrix3x4::IsClose", - "category": "Other" + "name": "Is Close", + "tooltip": "Tests element-wise whether this matrix is close to another matrix, within the specified tolerance" }, "params": [ { "typeid": "{1906D8A5-7DEC-4DE3-A606-9E53BB3459E7}", "details": { - "name": "Matrix3x4*" + "name": "A" } }, { "typeid": "{1906D8A5-7DEC-4DE3-A606-9E53BB3459E7}", "details": { - "name": "const Matrix3x4&" + "name": "B" } }, { "typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}", "details": { - "name": "float" + "name": "Tolerance" } } ], @@ -151,7 +151,7 @@ { "typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}", "details": { - "name": "bool" + "name": "Is Close" } } ] @@ -161,27 +161,27 @@ "context": "Matrix3x4", "entry": { "name": "In", - "tooltip": "When signaled, this will invoke IsOrthogonal" + "tooltip": "When signaled, this will invoke Is Orthogonal" }, "exit": { "name": "Out", - "tooltip": "Signaled after IsOrthogonal is invoked" + "tooltip": "Signaled after Is Orthogonal is invoked" }, "details": { - "name": "Matrix3x4::IsOrthogonal", - "category": "Other" + "name": "Is Orthogonal", + "tooltip": "Tests if the 3x3 part of the matrix is orthogonal" }, "params": [ { "typeid": "{1906D8A5-7DEC-4DE3-A606-9E53BB3459E7}", "details": { - "name": "Matrix3x4*" + "name": "Source" } }, { "typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}", "details": { - "name": "float" + "name": "Tolerance" } } ], @@ -189,7 +189,7 @@ { "typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}", "details": { - "name": "bool" + "name": "Is Orthogonal" } } ] @@ -206,14 +206,14 @@ "tooltip": "Signaled after Orthogonalize is invoked" }, "details": { - "name": "Matrix3x4::Orthogonalize", - "category": "Other" + "name": "Orthogonalize", + "tooltip": "Modifies the basis vectors of the matrix to be orthogonal and unit length" }, "params": [ { "typeid": "{1906D8A5-7DEC-4DE3-A606-9E53BB3459E7}", "details": { - "name": "Matrix3x4*" + "name": "Source" } } ] @@ -223,21 +223,21 @@ "context": "Matrix3x4", "entry": { "name": "In", - "tooltip": "When signaled, this will invoke CreateFromMatrix3x3" + "tooltip": "When signaled, this will invoke Create From Matrix3x3" }, "exit": { "name": "Out", - "tooltip": "Signaled after CreateFromMatrix3x3 is invoked" + "tooltip": "Signaled after Create From Matrix3x3 is invoked" }, "details": { - "name": "Matrix3x4::CreateFromMatrix3x3", - "category": "Other" + "name": "Create From Matrix3x3", + "tooltip": "Constructs from a Matrix3x3, with translation set to zero" }, "params": [ { "typeid": "{15A4332F-7C3F-4A58-AC35-50E1CE53FB9C}", "details": { - "name": "const Matrix3x3&" + "name": "Matrix3x3" } } ], @@ -245,7 +245,7 @@ { "typeid": "{1906D8A5-7DEC-4DE3-A606-9E53BB3459E7}", "details": { - "name": "Matrix3x4" + "name": "Result" } } ] @@ -255,21 +255,21 @@ "context": "Matrix3x4", "entry": { "name": "In", - "tooltip": "When signaled, this will invoke RetrieveScale" + "tooltip": "When signaled, this will invoke Retrieve Scale" }, "exit": { "name": "Out", - "tooltip": "Signaled after RetrieveScale is invoked" + "tooltip": "Signaled after Retrieve Scale is invoked" }, "details": { - "name": "Matrix3x4::RetrieveScale", - "category": "Other" + "name": "Retrieve Scale", + "tooltip": "Gets the scale part of the transformation (the length of the basis vectors)" }, "params": [ { "typeid": "{1906D8A5-7DEC-4DE3-A606-9E53BB3459E7}", "details": { - "name": "Matrix3x4*" + "name": "Source" } } ], @@ -277,7 +277,7 @@ { "typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}", "details": { - "name": "Vector3" + "name": "Scale" } } ] @@ -287,21 +287,21 @@ "context": "Matrix3x4", "entry": { "name": "In", - "tooltip": "When signaled, this will invoke CreateRotationX" + "tooltip": "When signaled, this will invoke Create Rotation X" }, "exit": { "name": "Out", - "tooltip": "Signaled after CreateRotationX is invoked" + "tooltip": "Signaled after Create Rotation X is invoked" }, "details": { - "name": "Matrix3x4::CreateRotationX", - "category": "Other" + "name": "Create Rotation X", + "tooltip": "Sets the matrix to be a rotation around the X-axis, specified in radians" }, "params": [ { "typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}", "details": { - "name": "float" + "name": "Angle (Radians)" } } ], @@ -309,7 +309,7 @@ { "typeid": "{1906D8A5-7DEC-4DE3-A606-9E53BB3459E7}", "details": { - "name": "Matrix3x4" + "name": "Result" } } ] @@ -319,27 +319,26 @@ "context": "Matrix3x4", "entry": { "name": "In", - "tooltip": "When signaled, this will invoke CreateFromMatrix3x3AndTranslation" + "tooltip": "When signaled, this will invoke Create From Matrix3x3 And Translation" }, "exit": { "name": "Out", - "tooltip": "Signaled after CreateFromMatrix3x3AndTranslation is invoked" + "tooltip": "Signaled after Create From Matrix3x3 And Translation is invoked" }, "details": { - "name": "Matrix3x4::CreateFromMatrix3x3AndTranslation", - "category": "Other" + "name": "Create From Matrix3x3 And Translation" }, "params": [ { "typeid": "{15A4332F-7C3F-4A58-AC35-50E1CE53FB9C}", "details": { - "name": "const Matrix3x3&" + "name": "Matrix3x3" } }, { "typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}", "details": { - "name": "const Vector3&" + "name": "Translation" } } ], @@ -347,7 +346,7 @@ { "typeid": "{1906D8A5-7DEC-4DE3-A606-9E53BB3459E7}", "details": { - "name": "Matrix3x4" + "name": "Result" } } ] @@ -364,14 +363,13 @@ "tooltip": "Signaled after ToString is invoked" }, "details": { - "name": "Matrix3x4::ToString", - "category": "Other" + "name": "To String" }, "params": [ { "typeid": "{1906D8A5-7DEC-4DE3-A606-9E53BB3459E7}", "details": { - "name": "const Matrix3x4&" + "name": "Source" } } ], @@ -379,7 +377,7 @@ { "typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}", "details": { - "name": "AZStd::basic_string, allocator>" + "name": "String" } } ] @@ -389,21 +387,21 @@ "context": "Matrix3x4", "entry": { "name": "In", - "tooltip": "When signaled, this will invoke ExtractScale" + "tooltip": "When signaled, this will invoke Extract Scale" }, "exit": { "name": "Out", - "tooltip": "Signaled after ExtractScale is invoked" + "tooltip": "Signaled after Extract Scale is invoked" }, "details": { - "name": "Matrix3x4::ExtractScale", - "category": "Other" + "name": "Extract Scale", + "tooltip": "Gets the scale part of the transformation as in RetrieveScale, and also removes this scaling from the matrix" }, "params": [ { "typeid": "{1906D8A5-7DEC-4DE3-A606-9E53BB3459E7}", "details": { - "name": "Matrix3x4*" + "name": "Source" } } ], @@ -411,7 +409,7 @@ { "typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}", "details": { - "name": "Vector3" + "name": "Scale" } } ] @@ -421,21 +419,20 @@ "context": "Matrix3x4", "entry": { "name": "In", - "tooltip": "When signaled, this will invoke GetTranspose" + "tooltip": "When signaled, this will invoke Get Transpose" }, "exit": { "name": "Out", - "tooltip": "Signaled after GetTranspose is invoked" + "tooltip": "Signaled after Get Transpose is invoked" }, "details": { - "name": "Matrix3x4::GetTranspose", - "category": "Other" + "name": "Get Transpose" }, "params": [ { "typeid": "{1906D8A5-7DEC-4DE3-A606-9E53BB3459E7}", "details": { - "name": "Matrix3x4*" + "name": "Source" } } ], @@ -443,7 +440,7 @@ { "typeid": "{1906D8A5-7DEC-4DE3-A606-9E53BB3459E7}", "details": { - "name": "Matrix3x4" + "name": "Transpose" } } ] @@ -453,21 +450,21 @@ "context": "Matrix3x4", "entry": { "name": "In", - "tooltip": "When signaled, this will invoke InvertFast" + "tooltip": "When signaled, this will invoke Invert Fast" }, "exit": { "name": "Out", - "tooltip": "Signaled after InvertFast is invoked" + "tooltip": "Signaled after Invert Fast is invoked" }, "details": { - "name": "Matrix3x4::InvertFast", - "category": "Other" + "name": "Invert Fast", + "tooltip": "Inverts the transformation represented by the matrix, assuming the 3x3 part is orthogonal" }, "params": [ { "typeid": "{1906D8A5-7DEC-4DE3-A606-9E53BB3459E7}", "details": { - "name": "Matrix3x4*" + "name": "Inverted" } } ] @@ -477,33 +474,33 @@ "context": "Matrix3x4", "entry": { "name": "In", - "tooltip": "When signaled, this will invoke CreateFromRows" + "tooltip": "When signaled, this will invoke Create From Rows" }, "exit": { "name": "Out", - "tooltip": "Signaled after CreateFromRows is invoked" + "tooltip": "Signaled after Create From Rows is invoked" }, "details": { - "name": "Matrix3x4::CreateFromRows", - "category": "Other" + "name": "Create From Rows", + "tooltip": "Constructs from individual rows" }, "params": [ { "typeid": "{0CE9FA36-1E3A-4C06-9254-B7C73A732053}", "details": { - "name": "const Vector4&" + "name": "Row 1" } }, { "typeid": "{0CE9FA36-1E3A-4C06-9254-B7C73A732053}", "details": { - "name": "const Vector4&" + "name": "Row 2" } }, { "typeid": "{0CE9FA36-1E3A-4C06-9254-B7C73A732053}", "details": { - "name": "const Vector4&" + "name": "Row 3" } } ], @@ -511,7 +508,7 @@ { "typeid": "{1906D8A5-7DEC-4DE3-A606-9E53BB3459E7}", "details": { - "name": "Matrix3x4" + "name": "Result" } } ] @@ -521,21 +518,21 @@ "context": "Matrix3x4", "entry": { "name": "In", - "tooltip": "When signaled, this will invoke CreateTranslation" + "tooltip": "When signaled, this will invoke Create Translation" }, "exit": { "name": "Out", - "tooltip": "Signaled after CreateTranslation is invoked" + "tooltip": "Signaled after Create Translation is invoked" }, "details": { - "name": "Matrix3x4::CreateTranslation", - "category": "Other" + "name": "Create Translation", + "tooltip": "Sets the matrix to be a translation matrix, with 3x3 part set to the identity" }, "params": [ { "typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}", "details": { - "name": "const Vector3&" + "name": "Translation" } } ], @@ -543,7 +540,7 @@ { "typeid": "{1906D8A5-7DEC-4DE3-A606-9E53BB3459E7}", "details": { - "name": "Matrix3x4" + "name": "Result" } } ] @@ -560,14 +557,14 @@ "tooltip": "Signaled after GetTranspose3x3 is invoked" }, "details": { - "name": "Matrix3x4::GetTranspose3x3", - "category": "Other" + "name": "Get Transpose 3x3", + "tooltip": "Gets the matrix obtained by transposing the 3x3 part of the matrix, leaving the translation untouched" }, "params": [ { "typeid": "{1906D8A5-7DEC-4DE3-A606-9E53BB3459E7}", "details": { - "name": "Matrix3x4*" + "name": "Source" } } ], @@ -575,7 +572,7 @@ { "typeid": "{1906D8A5-7DEC-4DE3-A606-9E53BB3459E7}", "details": { - "name": "Matrix3x4" + "name": "Transpose" } } ] @@ -585,33 +582,33 @@ "context": "Matrix3x4", "entry": { "name": "In", - "tooltip": "When signaled, this will invoke SetColumn" + "tooltip": "When signaled, this will invoke Set Column" }, "exit": { "name": "Out", - "tooltip": "Signaled after SetColumn is invoked" + "tooltip": "Signaled after Set Column is invoked" }, "details": { - "name": "Matrix3x4::SetColumn", - "category": "Other" + "name": "Set Column", + "tooltip": "Sets the specified column" }, "params": [ { "typeid": "{1906D8A5-7DEC-4DE3-A606-9E53BB3459E7}", "details": { - "name": "Matrix3x4*" + "name": "Source" } }, { "typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}", "details": { - "name": "int" + "name": "Column Index" } }, { "typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}", "details": { - "name": "const Vector3&" + "name": "Vector3" } } ] @@ -621,27 +618,27 @@ "context": "Matrix3x4", "entry": { "name": "In", - "tooltip": "When signaled, this will invoke GetRow" + "tooltip": "When signaled, this will invoke Get Row" }, "exit": { "name": "Out", - "tooltip": "Signaled after GetRow is invoked" + "tooltip": "Signaled after Get Row is invoked" }, "details": { - "name": "Matrix3x4::GetRow", - "category": "Other" + "name": "Get Row", + "tooltip": "Gets the specified row" }, "params": [ { "typeid": "{1906D8A5-7DEC-4DE3-A606-9E53BB3459E7}", "details": { - "name": "const Matrix3x4&" + "name": "Source" } }, { "typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}", "details": { - "name": "int" + "name": "Row Index" } } ], @@ -666,14 +663,14 @@ "tooltip": "Signaled after GetInverseFast is invoked" }, "details": { - "name": "Matrix3x4::GetInverseFast", - "category": "Other" + "name": "GetInverseFast", + "tooltip": "Gets the inverse of the transformation represented by the matrix.\nThis function works for any matrix, even if they have scaling or skew.\nIf the 3x3 part of the matrix is orthogonal then \ref GetInverseFast is much faster" }, "params": [ { "typeid": "{1906D8A5-7DEC-4DE3-A606-9E53BB3459E7}", "details": { - "name": "Matrix3x4*" + "name": "Source" } } ], @@ -681,7 +678,7 @@ { "typeid": "{1906D8A5-7DEC-4DE3-A606-9E53BB3459E7}", "details": { - "name": "Matrix3x4" + "name": "Inverse" } } ] @@ -691,21 +688,22 @@ "context": "Matrix3x4", "entry": { "name": "In", - "tooltip": "When signaled, this will invoke GetOrthogonalized" + "tooltip": "When signaled, this will invoke Get Orthogonalized" }, "exit": { "name": "Out", - "tooltip": "Signaled after GetOrthogonalized is invoked" + "tooltip": "Signaled after Get Orthogonalized is invoked" }, "details": { - "name": "Matrix3x4::GetOrthogonalized", - "category": "Other" + "name": "Get Orthogonalized", + "tooltip": "Returns an orthogonal matrix based on this matrix" + }, "params": [ { "typeid": "{1906D8A5-7DEC-4DE3-A606-9E53BB3459E7}", "details": { - "name": "Matrix3x4*" + "name": "Source" } } ], @@ -713,7 +711,7 @@ { "typeid": "{1906D8A5-7DEC-4DE3-A606-9E53BB3459E7}", "details": { - "name": "Matrix3x4" + "name": "Orthogonalized" } } ] @@ -730,20 +728,20 @@ "tooltip": "Signaled after Multiply3x3 is invoked" }, "details": { - "name": "Matrix3x4::Multiply3x3", - "category": "Other" + "name": "Multiply 3x3", + "tooltip": "Post-multiplies the matrix by a vector, using only the 3x3 part of the matrix" }, "params": [ { "typeid": "{1906D8A5-7DEC-4DE3-A606-9E53BB3459E7}", "details": { - "name": "Matrix3x4*" + "name": "Source" } }, { "typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}", "details": { - "name": "const Vector3&" + "name": "Vector3" } } ], @@ -751,7 +749,7 @@ { "typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}", "details": { - "name": "Vector3" + "name": "Result" } } ] @@ -761,21 +759,21 @@ "context": "Matrix3x4", "entry": { "name": "In", - "tooltip": "When signaled, this will invoke IsFinite" + "tooltip": "When signaled, this will invoke Is Finite" }, "exit": { "name": "Out", - "tooltip": "Signaled after IsFinite is invoked" + "tooltip": "Signaled after Is Finite is invoked" }, "details": { - "name": "Matrix3x4::IsFinite", - "category": "Other" + "name": "Is Finite", + "tooltip": "Checks whether the elements of the matrix are all finite" }, "params": [ { "typeid": "{1906D8A5-7DEC-4DE3-A606-9E53BB3459E7}", "details": { - "name": "Matrix3x4*" + "name": "Source" } } ], @@ -783,7 +781,7 @@ { "typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}", "details": { - "name": "bool" + "name": "Is Finite" } } ] @@ -793,21 +791,21 @@ "context": "Matrix3x4", "entry": { "name": "In", - "tooltip": "When signaled, this will invoke CreateFromQuaternion" + "tooltip": "When signaled, this will invoke Create From Quaternion" }, "exit": { "name": "Out", - "tooltip": "Signaled after CreateFromQuaternion is invoked" + "tooltip": "Signaled after Create From Quaternion is invoked" }, "details": { - "name": "Matrix3x4::CreateFromQuaternion", - "category": "Other" + "name": "Create From Quaternion", + "tooltip": "Sets the matrix from a quaternion, with translation set to zero" }, "params": [ { "typeid": "{73103120-3DD3-4873-BAB3-9713FA2804FB}", "details": { - "name": "const Quaternion&" + "name": "Quaternion" } } ], @@ -815,7 +813,7 @@ { "typeid": "{1906D8A5-7DEC-4DE3-A606-9E53BB3459E7}", "details": { - "name": "Matrix3x4" + "name": "Result" } } ] @@ -825,45 +823,45 @@ "context": "Matrix3x4", "entry": { "name": "In", - "tooltip": "When signaled, this will invoke SetBasisAndTranslation" + "tooltip": "When signaled, this will invoke Set Basis And Translation" }, "exit": { "name": "Out", - "tooltip": "Signaled after SetBasisAndTranslation is invoked" + "tooltip": "Signaled after Set Basis And Translation is invoked" }, "details": { - "name": "Matrix3x4::SetBasisAndTranslation", - "category": "Other" + "name": "Set Basis And Translation", + "tooltip": "Sets the three basis vectors and the translation" }, "params": [ { "typeid": "{1906D8A5-7DEC-4DE3-A606-9E53BB3459E7}", "details": { - "name": "Matrix3x4*" + "name": "Source" } }, { "typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}", "details": { - "name": "const Vector3&" + "name": "Basis X" } }, { "typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}", "details": { - "name": "const Vector3&" + "name": "Basis Y" } }, { "typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}", "details": { - "name": "const Vector3&" + "name": "Basis Z" } }, { "typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}", "details": { - "name": "const Vector3&" + "name": "Translation" } } ] @@ -873,27 +871,27 @@ "context": "Matrix3x4", "entry": { "name": "In", - "tooltip": "When signaled, this will invoke MultiplyVector4" + "tooltip": "When signaled, this will invoke Multiply Vector4" }, "exit": { "name": "Out", - "tooltip": "Signaled after MultiplyVector4 is invoked" + "tooltip": "Signaled after Multiply Vector4 is invoked" }, "details": { - "name": "Matrix3x4::MultiplyVector4", - "category": "Other" + "name": "Multiply Vector4", + "tooltip": "Operator for transforming a Vector4" }, "params": [ { "typeid": "{1906D8A5-7DEC-4DE3-A606-9E53BB3459E7}", "details": { - "name": "Matrix3x4*" + "name": "Source" } }, { "typeid": "{0CE9FA36-1E3A-4C06-9254-B7C73A732053}", "details": { - "name": "const Vector4&" + "name": "Vector4" } } ], @@ -901,7 +899,7 @@ { "typeid": "{0CE9FA36-1E3A-4C06-9254-B7C73A732053}", "details": { - "name": "Vector4" + "name": "Result" } } ] @@ -911,21 +909,21 @@ "context": "Matrix3x4", "entry": { "name": "In", - "tooltip": "When signaled, this will invoke CreateScale" + "tooltip": "When signaled, this will invoke Create Scale" }, "exit": { "name": "Out", - "tooltip": "Signaled after CreateScale is invoked" + "tooltip": "Signaled after Create Scale is invoked" }, "details": { - "name": "Matrix3x4::CreateScale", - "category": "Other" + "name": "Create Scale", + "tooltip": "Sets the matrix to be a scale matrix, with translation set to zero" }, "params": [ { "typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}", "details": { - "name": "const Vector3&" + "name": "Scale" } } ], @@ -933,7 +931,7 @@ { "typeid": "{1906D8A5-7DEC-4DE3-A606-9E53BB3459E7}", "details": { - "name": "Matrix3x4" + "name": "Result" } } ] @@ -943,21 +941,21 @@ "context": "Matrix3x4", "entry": { "name": "In", - "tooltip": "When signaled, this will invoke CreateDiagonal" + "tooltip": "When signaled, this will invoke Create Diagonal" }, "exit": { "name": "Out", - "tooltip": "Signaled after CreateDiagonal is invoked" + "tooltip": "Signaled after Create Diagonal is invoked" }, "details": { - "name": "Matrix3x4::CreateDiagonal", - "category": "Other" + "name": "Create Diagonal", + "tooltip": "Sets the matrix to be a diagonal matrix, with translation set to zero" }, "params": [ { "typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}", "details": { - "name": "const Vector3&" + "name": "Diagonal" } } ], @@ -965,7 +963,7 @@ { "typeid": "{1906D8A5-7DEC-4DE3-A606-9E53BB3459E7}", "details": { - "name": "Matrix3x4" + "name": "Result" } } ] @@ -975,21 +973,21 @@ "context": "Matrix3x4", "entry": { "name": "In", - "tooltip": "When signaled, this will invoke GetTranslation" + "tooltip": "When signaled, this will invoke Get Translation" }, "exit": { "name": "Out", - "tooltip": "Signaled after GetTranslation is invoked" + "tooltip": "Signaled after Get Translation is invoked" }, "details": { - "name": "Matrix3x4::GetTranslation", - "category": "Other" + "name": "Get Translation", + "tooltip": "Gets the translation" }, "params": [ { "typeid": "{1906D8A5-7DEC-4DE3-A606-9E53BB3459E7}", "details": { - "name": "Matrix3x4*" + "name": "Source" } } ], @@ -997,7 +995,7 @@ { "typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}", "details": { - "name": "Vector3" + "name": "Translation" } } ] @@ -1007,21 +1005,21 @@ "context": "Matrix3x4", "entry": { "name": "In", - "tooltip": "When signaled, this will invoke InvertFull" + "tooltip": "When signaled, this will invoke Invert Full" }, "exit": { "name": "Out", - "tooltip": "Signaled after InvertFull is invoked" + "tooltip": "Signaled after Invert Full is invoked" }, "details": { - "name": "Matrix3x4::InvertFull", - "category": "Other" + "name": "Invert Full", + "tooltip": "Inverts the transformation represented by the matrix\nThis function works for any matrix, even if they have scaling or skew\nIf the 3x3 part of the matrix is orthogonal then \ref InvertFast is much faster" }, "params": [ { "typeid": "{1906D8A5-7DEC-4DE3-A606-9E53BB3459E7}", "details": { - "name": "Matrix3x4*" + "name": "Inverted" } } ] @@ -1031,45 +1029,45 @@ "context": "Matrix3x4", "entry": { "name": "In", - "tooltip": "When signaled, this will invoke SetColumns" + "tooltip": "When signaled, this will invoke Set Columns" }, "exit": { "name": "Out", - "tooltip": "Signaled after SetColumns is invoked" + "tooltip": "Signaled after Set Columns is invoked" }, "details": { - "name": "Matrix3x4::SetColumns", - "category": "Other" + "name": "Set Columns", + "tooltip": "Sets all the columns of the matrix" }, "params": [ { "typeid": "{1906D8A5-7DEC-4DE3-A606-9E53BB3459E7}", "details": { - "name": "Matrix3x4*" + "name": "Source" } }, { "typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}", "details": { - "name": "const Vector3&" + "name": "Column 1" } }, { "typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}", "details": { - "name": "const Vector3&" + "name": "Column 2" } }, { "typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}", "details": { - "name": "const Vector3&" + "name": "Column 3" } }, { "typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}", "details": { - "name": "const Vector3&" + "name": "Column 4" } } ] @@ -1079,39 +1077,39 @@ "context": "Matrix3x4", "entry": { "name": "In", - "tooltip": "When signaled, this will invoke SetElement" + "tooltip": "When signaled, this will invoke Set Element" }, "exit": { "name": "Out", - "tooltip": "Signaled after SetElement is invoked" + "tooltip": "Signaled after Set Element is invoked" }, "details": { - "name": "Matrix3x4::SetElement", - "category": "Other" + "name": "Set Element", + "tooltip": "Sets the element in the specified row and column\nAccessing individual elements can be slower than working with entire rows" }, "params": [ { "typeid": "{1906D8A5-7DEC-4DE3-A606-9E53BB3459E7}", "details": { - "name": "Matrix3x4*" + "name": "Source" } }, { "typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}", "details": { - "name": "int" + "name": "Row" } }, { "typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}", "details": { - "name": "int" + "name": "Column" } }, { "typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}", "details": { - "name": "float" + "name": "Value" } } ] @@ -1128,20 +1126,20 @@ "tooltip": "Signaled after Equal is invoked" }, "details": { - "name": "Matrix3x4::Equal", - "category": "Other" + "name": "Equal", + "tooltip": "Compares if two Matrix3x4 are equal" }, "params": [ { "typeid": "{1906D8A5-7DEC-4DE3-A606-9E53BB3459E7}", "details": { - "name": "Matrix3x4*" + "name": "A" } }, { "typeid": "{1906D8A5-7DEC-4DE3-A606-9E53BB3459E7}", "details": { - "name": "const Matrix3x4&" + "name": "B" } } ], @@ -1149,7 +1147,7 @@ { "typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}", "details": { - "name": "bool" + "name": "Equal" } } ] @@ -1159,21 +1157,21 @@ "context": "Matrix3x4", "entry": { "name": "In", - "tooltip": "When signaled, this will invoke GetDeterminant3x3" + "tooltip": "When signaled, this will invoke Get Determinant 3x3" }, "exit": { "name": "Out", - "tooltip": "Signaled after GetDeterminant3x3 is invoked" + "tooltip": "Signaled after Get Determinant 3x3 is invoked" }, "details": { - "name": "Matrix3x4::GetDeterminant3x3", - "category": "Other" + "name": "Get Determinant 3x3", + "tooltip": "Calculates the determinant of the 3x3 part of the matrix" }, "params": [ { "typeid": "{1906D8A5-7DEC-4DE3-A606-9E53BB3459E7}", "details": { - "name": "Matrix3x4*" + "name": "Source" } } ], @@ -1181,7 +1179,7 @@ { "typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}", "details": { - "name": "float" + "name": "Determinant" } } ] @@ -1191,45 +1189,45 @@ "context": "Matrix3x4", "entry": { "name": "In", - "tooltip": "When signaled, this will invoke GetColumns" + "tooltip": "When signaled, this will invoke Get Columns" }, "exit": { "name": "Out", - "tooltip": "Signaled after GetColumns is invoked" + "tooltip": "Signaled after Get Columns is invoked" }, "details": { - "name": "Matrix3x4::GetColumns", - "category": "Other" + "name": "Get Columns", + "tooltip": "Gets all the columns of the matrix" }, "params": [ { "typeid": "{1906D8A5-7DEC-4DE3-A606-9E53BB3459E7}", "details": { - "name": "Matrix3x4*" + "name": "Source" } }, { "typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}", "details": { - "name": "Vector3*" + "name": "Column 1" } }, { "typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}", "details": { - "name": "Vector3*" + "name": "Column 2" } }, { "typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}", "details": { - "name": "Vector3*" + "name": "Column 3" } }, { "typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}", "details": { - "name": "Vector3*" + "name": "Column 4" } } ] @@ -1246,32 +1244,32 @@ "tooltip": "Signaled after SetRows is invoked" }, "details": { - "name": "Matrix3x4::SetRows", - "category": "Other" + "name": "SetRows", + "tooltip": "Sets all rows of the matrix" }, "params": [ { "typeid": "{1906D8A5-7DEC-4DE3-A606-9E53BB3459E7}", "details": { - "name": "Matrix3x4*" + "name": "Source" } }, { "typeid": "{0CE9FA36-1E3A-4C06-9254-B7C73A732053}", "details": { - "name": "const Vector4&" + "name": "Row 1" } }, { "typeid": "{0CE9FA36-1E3A-4C06-9254-B7C73A732053}", "details": { - "name": "const Vector4&" + "name": "Row 2" } }, { "typeid": "{0CE9FA36-1E3A-4C06-9254-B7C73A732053}", "details": { - "name": "const Vector4&" + "name": "Row 3" } } ] @@ -1281,27 +1279,27 @@ "context": "Matrix3x4", "entry": { "name": "In", - "tooltip": "When signaled, this will invoke GetMultipliedByScale" + "tooltip": "When signaled, this will invoke Get Multiplied By Scale" }, "exit": { "name": "Out", - "tooltip": "Signaled after GetMultipliedByScale is invoked" + "tooltip": "Signaled after Get Multiplied By Scale is invoked" }, "details": { - "name": "Matrix3x4::GetMultipliedByScale", - "category": "Other" + "name": "Get Multiplied By Scale", + "tooltip": "Gets a copy of the Matrix3x4 and multiplies it by the specified scale" }, "params": [ { "typeid": "{1906D8A5-7DEC-4DE3-A606-9E53BB3459E7}", "details": { - "name": "const Matrix3x4&" + "name": "Source" } }, { "typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}", "details": { - "name": "const Vector3&" + "name": "Scale" } } ], @@ -1309,7 +1307,7 @@ { "typeid": "{1906D8A5-7DEC-4DE3-A606-9E53BB3459E7}", "details": { - "name": "Matrix3x4" + "name": "Result" } } ] @@ -1319,21 +1317,21 @@ "context": "Matrix3x4", "entry": { "name": "In", - "tooltip": "When signaled, this will invoke CreateRotationZ" + "tooltip": "When signaled, this will invoke Create Rotation Z" }, "exit": { "name": "Out", - "tooltip": "Signaled after CreateRotationZ is invoked" + "tooltip": "Signaled after Create Rotation Z is invoked" }, "details": { - "name": "Matrix3x4::CreateRotationZ", - "category": "Other" + "name": "CreateRotationZ", + "tooltip": "Sets the matrix to be a rotation around the Z-axis, specified in radians" }, "params": [ { "typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}", "details": { - "name": "float" + "name": "Angle (Radians)" } } ], @@ -1341,7 +1339,7 @@ { "typeid": "{1906D8A5-7DEC-4DE3-A606-9E53BB3459E7}", "details": { - "name": "Matrix3x4" + "name": "Result" } } ] @@ -1351,27 +1349,27 @@ "context": "Matrix3x4", "entry": { "name": "In", - "tooltip": "When signaled, this will invoke CreateFromQuaternionAndTranslation" + "tooltip": "When signaled, this will invoke Create From Quaternion And Translation" }, "exit": { "name": "Out", - "tooltip": "Signaled after CreateFromQuaternionAndTranslation is invoked" + "tooltip": "Signaled after Create From Quaternion And Translation is invoked" }, "details": { - "name": "Matrix3x4::CreateFromQuaternionAndTranslation", - "category": "Other" + "name": "Create From Quaternion And Translation", + "tooltip": "Sets the matrix from a quaternion and a translation" }, "params": [ { "typeid": "{73103120-3DD3-4873-BAB3-9713FA2804FB}", "details": { - "name": "const Quaternion&" + "name": "Quaternion" } }, { "typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}", "details": { - "name": "const Vector3&" + "name": "Translation" } } ], @@ -1379,7 +1377,7 @@ { "typeid": "{1906D8A5-7DEC-4DE3-A606-9E53BB3459E7}", "details": { - "name": "Matrix3x4" + "name": "Result" } } ] @@ -1389,27 +1387,27 @@ "context": "Matrix3x4", "entry": { "name": "In", - "tooltip": "When signaled, this will invoke GetRowAsVector3" + "tooltip": "When signaled, this will invoke Get Row As Vector3" }, "exit": { "name": "Out", - "tooltip": "Signaled after GetRowAsVector3 is invoked" + "tooltip": "Signaled after Get Row As Vector3 is invoked" }, "details": { - "name": "Matrix3x4::GetRowAsVector3", - "category": "Other" + "name": "Get Row As Vector3", + "tooltip": "Gets the specified row as a Vector3" }, "params": [ { "typeid": "{1906D8A5-7DEC-4DE3-A606-9E53BB3459E7}", "details": { - "name": "const Matrix3x4&" + "name": "Source" } }, { "typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}", "details": { - "name": "int" + "name": "Row" } } ], @@ -1417,7 +1415,7 @@ { "typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}", "details": { - "name": "Vector3" + "name": "Result" } } ] @@ -1427,27 +1425,27 @@ "context": "Matrix3x4", "entry": { "name": "In", - "tooltip": "When signaled, this will invoke MultiplyMatrix3x4" + "tooltip": "When signaled, this will invoke Multiply Matrix3x4" }, "exit": { "name": "Out", - "tooltip": "Signaled after MultiplyMatrix3x4 is invoked" + "tooltip": "Signaled after Multiply Matrix3x4 is invoked" }, "details": { - "name": "Matrix3x4::MultiplyMatrix3x4", - "category": "Other" + "name": "Multiply Matrix3x4", + "tooltip": "Operator for matrix-matrix multiplication" }, "params": [ { "typeid": "{1906D8A5-7DEC-4DE3-A606-9E53BB3459E7}", "details": { - "name": "Matrix3x4*" + "name": "Source" } }, { "typeid": "{1906D8A5-7DEC-4DE3-A606-9E53BB3459E7}", "details": { - "name": "const Matrix3x4&" + "name": "Multiplicand" } } ], @@ -1455,7 +1453,7 @@ { "typeid": "{1906D8A5-7DEC-4DE3-A606-9E53BB3459E7}", "details": { - "name": "Matrix3x4" + "name": "Result" } } ] @@ -1465,39 +1463,39 @@ "context": "Matrix3x4", "entry": { "name": "In", - "tooltip": "When signaled, this will invoke GetRows" + "tooltip": "When signaled, this will invoke Get Rows" }, "exit": { "name": "Out", - "tooltip": "Signaled after GetRows is invoked" + "tooltip": "Signaled after Get Rows is invoked" }, "details": { - "name": "Matrix3x4::GetRows", - "category": "Other" + "name": "GetRows", + "tooltip": "Gets all rows of the matrix" }, "params": [ { "typeid": "{1906D8A5-7DEC-4DE3-A606-9E53BB3459E7}", "details": { - "name": "Matrix3x4*" + "name": "Source" } }, { "typeid": "{0CE9FA36-1E3A-4C06-9254-B7C73A732053}", "details": { - "name": "Vector4*" + "name": "Row 1" } }, { "typeid": "{0CE9FA36-1E3A-4C06-9254-B7C73A732053}", "details": { - "name": "Vector4*" + "name": "Row 2" } }, { "typeid": "{0CE9FA36-1E3A-4C06-9254-B7C73A732053}", "details": { - "name": "Vector4*" + "name": "Row 3" } } ] @@ -1514,14 +1512,14 @@ "tooltip": "Signaled after Clone is invoked" }, "details": { - "name": "Matrix3x4::Clone", - "category": "Other" + "name": "Clone", + "tooltip": "Returns a deep copy of the provided Matrix3x4" }, "params": [ { "typeid": "{1906D8A5-7DEC-4DE3-A606-9E53BB3459E7}", "details": { - "name": "const Matrix3x4&" + "name": "Source" } } ], @@ -1529,7 +1527,7 @@ { "typeid": "{1906D8A5-7DEC-4DE3-A606-9E53BB3459E7}", "details": { - "name": "Matrix3x4" + "name": "Clone" } } ] @@ -1539,27 +1537,27 @@ "context": "Matrix3x4", "entry": { "name": "In", - "tooltip": "When signaled, this will invoke MultiplyVector3" + "tooltip": "When signaled, this will invoke Multiply Vector3" }, "exit": { "name": "Out", - "tooltip": "Signaled after MultiplyVector3 is invoked" + "tooltip": "Signaled after Multiply Vector3 is invoked" }, "details": { - "name": "Matrix3x4::MultiplyVector3", - "category": "Other" + "name": "Multiply Vector3", + "tooltip": "perator for transforming a Vector3" }, "params": [ { "typeid": "{1906D8A5-7DEC-4DE3-A606-9E53BB3459E7}", "details": { - "name": "Matrix3x4*" + "name": "Source" } }, { "typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}", "details": { - "name": "const Vector3&" + "name": "Vector3" } } ], @@ -1567,7 +1565,7 @@ { "typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}", "details": { - "name": "Vector3" + "name": "Result" } } ] @@ -1577,21 +1575,21 @@ "context": "Matrix3x4", "entry": { "name": "In", - "tooltip": "When signaled, this will invoke CreateIdentity" + "tooltip": "When signaled, this will invoke Create Identity" }, "exit": { "name": "Out", - "tooltip": "Signaled after CreateIdentity is invoked" + "tooltip": "Signaled after Create Identity is invoked" }, "details": { - "name": "Matrix3x4::CreateIdentity", - "category": "Other" + "name": "Create Identity", + "tooltip": "Creates an identity Matrix3x4" }, "results": [ { "typeid": "{1906D8A5-7DEC-4DE3-A606-9E53BB3459E7}", "details": { - "name": "Matrix3x4" + "name": "Result" } } ] @@ -1608,38 +1606,38 @@ "tooltip": "Signaled after GetBasisAndTranslation is invoked" }, "details": { - "name": "Matrix3x4::GetBasisAndTranslation", - "category": "Other" + "name": "GetBasisAndTranslation", + "tooltip": "Gets the three basis vectors and the translation" }, "params": [ { "typeid": "{1906D8A5-7DEC-4DE3-A606-9E53BB3459E7}", "details": { - "name": "Matrix3x4*" + "name": "Source" } }, { "typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}", "details": { - "name": "Vector3*" + "name": "Basis X" } }, { "typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}", "details": { - "name": "Vector3*" + "name": "Basis Y" } }, { "typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}", "details": { - "name": "Vector3*" + "name": "Basis Z" } }, { "typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}", "details": { - "name": "Vector3*" + "name": "Translation" } } ] @@ -1649,21 +1647,21 @@ "context": "Matrix3x4", "entry": { "name": "In", - "tooltip": "When signaled, this will invoke CreateFromValue" + "tooltip": "When signaled, this will invoke Create From Value" }, "exit": { "name": "Out", - "tooltip": "Signaled after CreateFromValue is invoked" + "tooltip": "Signaled after Create From Value is invoked" }, "details": { - "name": "Matrix3x4::CreateFromValue", - "category": "Other" + "name": "Create From Value", + "tooltip": "Constructs a matrix with all components set to the specified value" }, "params": [ { "typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}", "details": { - "name": "float" + "name": "Value" } } ], @@ -1671,7 +1669,7 @@ { "typeid": "{1906D8A5-7DEC-4DE3-A606-9E53BB3459E7}", "details": { - "name": "Matrix3x4" + "name": "Result" } } ] @@ -1681,33 +1679,33 @@ "context": "Matrix3x4", "entry": { "name": "In", - "tooltip": "When signaled, this will invoke GetElement" + "tooltip": "When signaled, this will invoke Get Element" }, "exit": { "name": "Out", - "tooltip": "Signaled after GetElement is invoked" + "tooltip": "Signaled after Get Element is invoked" }, "details": { - "name": "Matrix3x4::GetElement", - "category": "Other" + "name": "Get Element", + "tooltip": "Gets the element in the specified row and column\nAccessing individual elements can be slower than working with entire rows" }, "params": [ { "typeid": "{1906D8A5-7DEC-4DE3-A606-9E53BB3459E7}", "details": { - "name": "Matrix3x4*" + "name": "Source" } }, { "typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}", "details": { - "name": "int" + "name": "Row" } }, { "typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}", "details": { - "name": "int" + "name": "Column" } } ], @@ -1715,7 +1713,7 @@ { "typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}", "details": { - "name": "float" + "name": "Value" } } ] @@ -1725,21 +1723,21 @@ "context": "Matrix3x4", "entry": { "name": "In", - "tooltip": "When signaled, this will invoke Transpose3x3" + "tooltip": "When signaled, this will invoke Transpose 3x3" }, "exit": { "name": "Out", - "tooltip": "Signaled after Transpose3x3 is invoked" + "tooltip": "Signaled after Transpose 3x3 is invoked" }, "details": { - "name": "Matrix3x4::Transpose3x3", - "category": "Other" + "name": "Transpose 3x3", + "tooltip": "Gets the matrix obtained by transposing the 3x3 part of the matrix, leaving the translation untouched" }, "params": [ { "typeid": "{1906D8A5-7DEC-4DE3-A606-9E53BB3459E7}", "details": { - "name": "Matrix3x4*" + "name": "Source" } } ] @@ -1756,14 +1754,14 @@ "tooltip": "Signaled after Transpose is invoked" }, "details": { - "name": "Matrix3x4::Transpose", - "category": "Other" + "name": "Transpose", + "tooltip": "Transposes the 3x3 part of the matrix, and sets the translation part to zero" }, "params": [ { "typeid": "{1906D8A5-7DEC-4DE3-A606-9E53BB3459E7}", "details": { - "name": "Matrix3x4*" + "name": "Source" } } ] @@ -1773,21 +1771,21 @@ "context": "Matrix3x4", "entry": { "name": "In", - "tooltip": "When signaled, this will invoke CreateRotationY" + "tooltip": "When signaled, this will invoke Create Rotation Y" }, "exit": { "name": "Out", - "tooltip": "Signaled after CreateRotationY is invoked" + "tooltip": "Signaled after Create Rotation Y is invoked" }, "details": { - "name": "Matrix3x4::CreateRotationY", - "category": "Other" + "name": "Create Rotation Y", + "tooltip": "Sets the matrix to be a rotation around the Y-axis, specified in radians" }, "params": [ { "typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}", "details": { - "name": "float" + "name": "Angle (Radians)" } } ], @@ -1795,7 +1793,7 @@ { "typeid": "{1906D8A5-7DEC-4DE3-A606-9E53BB3459E7}", "details": { - "name": "Matrix3x4" + "name": "Result" } } ] @@ -1812,26 +1810,26 @@ "tooltip": "Signaled after SetRow is invoked" }, "details": { - "name": "Matrix3x4::SetRow", - "category": "Other" + "name": "Set Row", + "tooltip": "Sets the specified row" }, "params": [ { "typeid": "{1906D8A5-7DEC-4DE3-A606-9E53BB3459E7}", "details": { - "name": "Matrix3x4*" + "name": "Source" } }, { "typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}", "details": { - "name": "int" + "name": "Row Index" } }, { "typeid": "{0CE9FA36-1E3A-4C06-9254-B7C73A732053}", "details": { - "name": "const Vector4&" + "name": "Vector4" } } ] @@ -1841,21 +1839,21 @@ "context": "Matrix3x4", "entry": { "name": "In", - "tooltip": "When signaled, this will invoke GetInverseFull" + "tooltip": "When signaled, this will invoke Get Inverse Full" }, "exit": { "name": "Out", - "tooltip": "Signaled after GetInverseFull is invoked" + "tooltip": "Signaled after Get Inverse Full is invoked" }, "details": { - "name": "Matrix3x4::GetInverseFull", - "category": "Other" + "name": "Get Inverse Full", + "tooltip": "Gets the inverse of the transformation represented by the matrix\nThis function works for any matrix, even if they have scaling or skew\nIf the 3x3 part of the matrix is orthogonal then \ref GetInverseFast is much faster" }, "params": [ { "typeid": "{1906D8A5-7DEC-4DE3-A606-9E53BB3459E7}", "details": { - "name": "Matrix3x4*" + "name": "Source" } } ], @@ -1863,7 +1861,7 @@ { "typeid": "{1906D8A5-7DEC-4DE3-A606-9E53BB3459E7}", "details": { - "name": "Matrix3x4" + "name": "Result" } } ] @@ -1873,27 +1871,27 @@ "context": "Matrix3x4", "entry": { "name": "In", - "tooltip": "When signaled, this will invoke GetColumn" + "tooltip": "When signaled, this will invoke Get Column" }, "exit": { "name": "Out", - "tooltip": "Signaled after GetColumn is invoked" + "tooltip": "Signaled after Get Column is invoked" }, "details": { - "name": "Matrix3x4::GetColumn", - "category": "Other" + "name": "Get Column", + "tooltip": "Gets the specified column" }, "params": [ { "typeid": "{1906D8A5-7DEC-4DE3-A606-9E53BB3459E7}", "details": { - "name": "const Matrix3x4&" + "name": "Source" } }, { "typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}", "details": { - "name": "int" + "name": "Column Index" } } ], @@ -1901,7 +1899,7 @@ { "typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}", "details": { - "name": "Vector3" + "name": "Column" } } ] @@ -1911,27 +1909,203 @@ "context": "Matrix3x4", "entry": { "name": "In", - "tooltip": "When signaled, this will invoke SetTranslation" + "tooltip": "When signaled, this will invoke Set Translation" }, "exit": { "name": "Out", - "tooltip": "Signaled after SetTranslation is invoked" + "tooltip": "Signaled after Set Translation is invoked" }, "details": { - "name": "Matrix3x4::SetTranslation", - "category": "Other" + "name": "Set Translation", + "tooltip": "Sets the translation" }, "params": [ { "typeid": "{1906D8A5-7DEC-4DE3-A606-9E53BB3459E7}", "details": { - "name": "Matrix3x4*" + "name": "Source" } }, { "typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}", "details": { - "name": "const Vector3&" + "name": "Translation" + } + } + ] + }, + { + "key": "basisX", + "context": "Getter", + "details": { + "name": "Get Basis X" + }, + "params": [ + { + "typeid": "{1906D8A5-7DEC-4DE3-A606-9E53BB3459E7}", + "details": { + "name": "Source" + } + } + ], + "results": [ + { + "typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}", + "details": { + "name": "Basis X" + } + } + ] + }, + { + "key": "basisX", + "context": "Setter", + "details": { + "name": "Set Basis X" + }, + "params": [ + { + "typeid": "{1906D8A5-7DEC-4DE3-A606-9E53BB3459E7}", + "details": { + "name": "Source" + } + }, + { + "typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}", + "details": { + "name": "Basis X" + } + } + ] + }, + { + "key": "basisY", + "context": "Getter", + "details": { + "name": "Get Basis Y" + }, + "params": [ + { + "typeid": "{1906D8A5-7DEC-4DE3-A606-9E53BB3459E7}", + "details": { + "name": "Source" + } + } + ], + "results": [ + { + "typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}", + "details": { + "name": "Basis Y" + } + } + ] + }, + { + "key": "basisY", + "context": "Setter", + "details": { + "name": "Set Basis Y" + }, + "params": [ + { + "typeid": "{1906D8A5-7DEC-4DE3-A606-9E53BB3459E7}", + "details": { + "name": "Source" + } + }, + { + "typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}", + "details": { + "name": "Basis Y" + } + } + ] + }, + { + "key": "basisZ", + "context": "Getter", + "details": { + "name": "Get Basis Z" + }, + "params": [ + { + "typeid": "{1906D8A5-7DEC-4DE3-A606-9E53BB3459E7}", + "details": { + "name": "Source" + } + } + ], + "results": [ + { + "typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}", + "details": { + "name": "Basis Z" + } + } + ] + }, + { + "key": "basisZ", + "context": "Setter", + "details": { + "name": "Set Basis Z" + }, + "params": [ + { + "typeid": "{1906D8A5-7DEC-4DE3-A606-9E53BB3459E7}", + "details": { + "name": "Source" + } + }, + { + "typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}", + "details": { + "name": "Basis Z" + } + } + ] + }, + { + "key": "translation", + "context": "Getter", + "details": { + "name": "Get Translation" + }, + "params": [ + { + "typeid": "{1906D8A5-7DEC-4DE3-A606-9E53BB3459E7}", + "details": { + "name": "Source" + } + } + ], + "results": [ + { + "typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}", + "details": { + "name": "Translation" + } + } + ] + }, + { + "key": "translation", + "context": "Setter", + "details": { + "name": "Set Translation" + }, + "params": [ + { + "typeid": "{1906D8A5-7DEC-4DE3-A606-9E53BB3459E7}", + "details": { + "name": "Source" + } + }, + { + "typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}", + "details": { + "name": "Translation" } } ] diff --git a/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/MathMatrix3x3_FromCrossProduct.names b/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/MathMatrix3x3_FromCrossProduct.names index f1e2ea43e4..f823176f14 100644 --- a/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/MathMatrix3x3_FromCrossProduct.names +++ b/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/MathMatrix3x3_FromCrossProduct.names @@ -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" } } ] diff --git a/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/MathMatrix3x3_FromDiagonal.names b/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/MathMatrix3x3_FromDiagonal.names index a519d2254c..9f9c083534 100644 --- a/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/MathMatrix3x3_FromDiagonal.names +++ b/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/MathMatrix3x3_FromDiagonal.names @@ -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" } } ] diff --git a/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/MathMatrix3x3_FromMatrix4x4.names b/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/MathMatrix3x3_FromMatrix4x4.names index f29968d3b8..f88782a2ee 100644 --- a/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/MathMatrix3x3_FromMatrix4x4.names +++ b/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/MathMatrix3x3_FromMatrix4x4.names @@ -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" } } ] diff --git a/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/MathMatrix3x3_FromQuaternion.names b/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/MathMatrix3x3_FromQuaternion.names index 267865c111..1ddbce8343 100644 --- a/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/MathMatrix3x3_FromQuaternion.names +++ b/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/MathMatrix3x3_FromQuaternion.names @@ -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" } } ] diff --git a/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/MathMatrix3x3_FromRotationXDegrees.names b/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/MathMatrix3x3_FromRotationXDegrees.names index 987d4360e1..20c7570899 100644 --- a/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/MathMatrix3x3_FromRotationXDegrees.names +++ b/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/MathMatrix3x3_FromRotationXDegrees.names @@ -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" } } ] diff --git a/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/MathMatrix3x3_FromRotationYDegrees.names b/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/MathMatrix3x3_FromRotationYDegrees.names index b1568b597b..c5558e192a 100644 --- a/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/MathMatrix3x3_FromRotationYDegrees.names +++ b/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/MathMatrix3x3_FromRotationYDegrees.names @@ -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" } } ] diff --git a/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/MathMatrix3x3_FromRotationZDegrees.names b/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/MathMatrix3x3_FromRotationZDegrees.names index a2afec9066..3c31f1c3ab 100644 --- a/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/MathMatrix3x3_FromRotationZDegrees.names +++ b/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/MathMatrix3x3_FromRotationZDegrees.names @@ -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" } } ] diff --git a/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/MathMatrix3x3_FromRows.names b/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/MathMatrix3x3_FromRows.names index e082301192..7bcda04e10 100644 --- a/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/MathMatrix3x3_FromRows.names +++ b/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/MathMatrix3x3_FromRows.names @@ -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" } } ] diff --git a/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/MathMatrix3x3_FromScale.names b/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/MathMatrix3x3_FromScale.names index c6f3431b3b..1caf6865ca 100644 --- a/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/MathMatrix3x3_FromScale.names +++ b/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/MathMatrix3x3_FromScale.names @@ -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" } } ] diff --git a/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/MathMatrix3x3_FromTransform.names b/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/MathMatrix3x3_FromTransform.names index b4884f75f7..509fda12d3 100644 --- a/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/MathMatrix3x3_FromTransform.names +++ b/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/MathMatrix3x3_FromTransform.names @@ -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" } } ] diff --git a/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/MathMatrix3x3_GetColumn.names b/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/MathMatrix3x3_GetColumn.names index 46ec31ebb9..a34e468150 100644 --- a/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/MathMatrix3x3_GetColumn.names +++ b/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/MathMatrix3x3_GetColumn.names @@ -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" } } ] diff --git a/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/MathMatrix3x3_GetColumns.names b/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/MathMatrix3x3_GetColumns.names index 04c7ffa599..104ca88d50 100644 --- a/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/MathMatrix3x3_GetColumns.names +++ b/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/MathMatrix3x3_GetColumns.names @@ -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" } } ] diff --git a/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/MathMatrix3x3_GetDiagonal.names b/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/MathMatrix3x3_GetDiagonal.names index 2f4069b9ba..1c64bf8f40 100644 --- a/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/MathMatrix3x3_GetDiagonal.names +++ b/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/MathMatrix3x3_GetDiagonal.names @@ -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": [ { diff --git a/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/MathMatrix3x3_GetElement.names b/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/MathMatrix3x3_GetElement.names index c6c09ba2c4..0cf502fad0 100644 --- a/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/MathMatrix3x3_GetElement.names +++ b/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/MathMatrix3x3_GetElement.names @@ -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" } } ] diff --git a/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/MathMatrix3x3_GetRow.names b/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/MathMatrix3x3_GetRow.names index 96e705bd14..f886bcbd50 100644 --- a/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/MathMatrix3x3_GetRow.names +++ b/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/MathMatrix3x3_GetRow.names @@ -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" } } ] diff --git a/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/MathMatrix3x3_GetRows.names b/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/MathMatrix3x3_GetRows.names index 5f23c4b660..fc06f37dfb 100644 --- a/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/MathMatrix3x3_GetRows.names +++ b/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/MathMatrix3x3_GetRows.names @@ -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" } } ] diff --git a/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/MathMatrix3x3_Invert.names b/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/MathMatrix3x3_Invert.names index 4899a05c24..24131fb847 100644 --- a/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/MathMatrix3x3_Invert.names +++ b/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/MathMatrix3x3_Invert.names @@ -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" } } ] diff --git a/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/MathMatrix3x3_IsClose.names b/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/MathMatrix3x3_IsClose.names index ae0450c30e..403df39120 100644 --- a/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/MathMatrix3x3_IsClose.names +++ b/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/MathMatrix3x3_IsClose.names @@ -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" } } ] diff --git a/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/MathMatrix3x3_IsFinite.names b/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/MathMatrix3x3_IsFinite.names index 4f37da4d8b..be00053f63 100644 --- a/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/MathMatrix3x3_IsFinite.names +++ b/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/MathMatrix3x3_IsFinite.names @@ -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" } } ] diff --git a/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/MathMatrix3x3_IsOrthogonal.names b/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/MathMatrix3x3_IsOrthogonal.names index a49ae462cc..68dbdac032 100644 --- a/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/MathMatrix3x3_IsOrthogonal.names +++ b/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/MathMatrix3x3_IsOrthogonal.names @@ -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" } } ] diff --git a/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/MathMatrix3x3_MultiplyByNumber.names b/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/MathMatrix3x3_MultiplyByNumber.names index 4e96ab3cc1..174394484a 100644 --- a/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/MathMatrix3x3_MultiplyByNumber.names +++ b/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/MathMatrix3x3_MultiplyByNumber.names @@ -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" } } ] diff --git a/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/MathMatrix3x3_MultiplyByVector.names b/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/MathMatrix3x3_MultiplyByVector.names index 3da3867769..bc6f6fa58e 100644 --- a/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/MathMatrix3x3_MultiplyByVector.names +++ b/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/MathMatrix3x3_MultiplyByVector.names @@ -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" } } ] diff --git a/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/MathMatrix3x3_Orthogonalize.names b/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/MathMatrix3x3_Orthogonalize.names index eeb65268d5..626c0007f0 100644 --- a/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/MathMatrix3x3_Orthogonalize.names +++ b/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/MathMatrix3x3_Orthogonalize.names @@ -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" } } ] diff --git a/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/MathMatrix3x3_ToAdjugate.names b/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/MathMatrix3x3_ToAdjugate.names index ab49d83fa3..ee10f47d79 100644 --- a/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/MathMatrix3x3_ToAdjugate.names +++ b/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/MathMatrix3x3_ToAdjugate.names @@ -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" } } ] diff --git a/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/MathMatrix3x3_ToDeterminant.names b/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/MathMatrix3x3_ToDeterminant.names index 3f8cff3116..c1f45fec65 100644 --- a/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/MathMatrix3x3_ToDeterminant.names +++ b/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/MathMatrix3x3_ToDeterminant.names @@ -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" } } ] diff --git a/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/MathMatrix3x3_ToScale.names b/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/MathMatrix3x3_ToScale.names index 965ab601ae..ded60634b3 100644 --- a/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/MathMatrix3x3_ToScale.names +++ b/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/MathMatrix3x3_ToScale.names @@ -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" } } ] diff --git a/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/MathMatrix3x3_Transpose.names b/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/MathMatrix3x3_Transpose.names index c9af69dff5..c03d1e9be7 100644 --- a/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/MathMatrix3x3_Transpose.names +++ b/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/MathMatrix3x3_Transpose.names @@ -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" } } ] diff --git a/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/MathMatrix3x3_Zero.names b/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/MathMatrix3x3_Zero.names index 8dbd85f33a..c9102e659b 100644 --- a/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/MathMatrix3x3_Zero.names +++ b/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/MathMatrix3x3_Zero.names @@ -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" } } ]