Updated remaining math nodes' text

Signed-off-by: lsemp3d <58790905+lsemp3d@users.noreply.github.com>
This commit is contained in:
lsemp3d
2021-11-16 13:49:19 -08:00
parent 5ed6d2f2f5
commit 3a7105fd4c
163 changed files with 1315 additions and 1548 deletions
@@ -5,7 +5,7 @@
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "Trigonometry",
"name": "Functions",
"category": "Math"
},
"methods": [
@@ -21,20 +21,20 @@
"tooltip": "Signaled after DivideByNumber is invoked"
},
"details": {
"name": "Math::Divide By Number",
"category": "Math"
"name": "Divide By Number",
"category": "Other"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float"
"name": "X"
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float"
"name": "Y"
}
}
],
@@ -42,7 +42,7 @@
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float"
"name": "Result"
}
}
]
@@ -59,15 +59,14 @@
"tooltip": "Signaled after Round is invoked"
},
"details": {
"name": "Math::Round",
"category": "Math/Number"
"name": "Round",
"category": "Other"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Number",
"tooltip": "Number to round"
"name": "Value"
}
}
],
@@ -75,8 +74,7 @@
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Number",
"tooltip": "Rounded number"
"name": "Result"
}
}
]
@@ -93,15 +91,14 @@
"tooltip": "Signaled after Sqrt is invoked"
},
"details": {
"name": "Math::Sqrt",
"category": "Math/Number"
"name": "Sqrt",
"category": "Other"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Number",
"tooltip": "Number to get the square root of"
"name": "Value"
}
}
],
@@ -109,8 +106,7 @@
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Number",
"tooltip": "Square root of the number"
"name": "Result"
}
}
]
@@ -127,22 +123,20 @@
"tooltip": "Signaled after Mod is invoked"
},
"details": {
"name": "Math::Mod",
"category": "Math/Number"
"name": "Mod",
"category": "Other"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Dividend",
"tooltip": "The number to be divided"
"name": "A"
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Divisor",
"tooltip": "The number to be divided by"
"name": "B"
}
}
],
@@ -150,8 +144,7 @@
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Remainder",
"tooltip": "The remainder of the division between the two inputs"
"name": "Value"
}
}
]
@@ -168,15 +161,14 @@
"tooltip": "Signaled after Ceil is invoked"
},
"details": {
"name": "Math::Ceil",
"category": "Math/Number"
"name": "Ceil",
"category": "Other"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Number",
"tooltip": "The number to be rounded up"
"name": "Value"
}
}
],
@@ -184,8 +176,7 @@
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Ceiling",
"tooltip": "The value rounded up"
"name": "Result"
}
}
]
@@ -202,15 +193,14 @@
"tooltip": "Signaled after IsEven is invoked"
},
"details": {
"name": "Math::IsEven",
"category": "Math/Number"
"name": "Is Even",
"category": "Other"
},
"params": [
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "Number",
"tooltip": "Number to be checked"
"name": "Value"
}
}
],
@@ -218,8 +208,7 @@
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "Boolean",
"tooltip": "Returns true if the number is even; false if not"
"name": "Is Event"
}
}
]
@@ -236,29 +225,26 @@
"tooltip": "Signaled after IsClose is invoked"
},
"details": {
"name": "Math::IsClose",
"category": "Math/Number"
"name": "Is Close",
"category": "Other"
},
"params": [
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "Number A",
"tooltip": "Number to compare"
"name": "A"
}
},
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "Number B",
"tooltip": "Number to compare"
"name": "B"
}
},
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "Tolerance",
"tooltip": "The value range to check the numbers against"
"name": "Tolerance"
}
}
],
@@ -266,7 +252,7 @@
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "Boolean"
"name": "Is Close"
}
}
]
@@ -283,15 +269,14 @@
"tooltip": "Signaled after ArcSin is invoked"
},
"details": {
"name": "Math::ArcSin",
"category": "Math"
"name": "Arc Sin",
"category": "Other"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Angle",
"tooltip": "Angle as radians"
"name": "Value"
}
}
],
@@ -299,8 +284,7 @@
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Angle",
"tooltip": "Angle as radians"
"name": "Result"
}
}
]
@@ -317,15 +301,14 @@
"tooltip": "Signaled after ArcTan is invoked"
},
"details": {
"name": "Math::ArcTan",
"category": "Math"
"name": "Arc Tan",
"category": "Other"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Angle",
"tooltip": "Angle as radians"
"name": "Value"
}
}
],
@@ -333,8 +316,7 @@
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Angle",
"tooltip": "Angle as radians"
"name": "Result"
}
}
]
@@ -351,22 +333,20 @@
"tooltip": "Signaled after Max is invoked"
},
"details": {
"name": "Math::Max",
"category": "Math/Number"
"name": "Max",
"category": "Other"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Number A",
"tooltip": "Number to be compared"
"name": "A"
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Number B",
"tooltip": "Number to be compared"
"name": "B"
}
}
],
@@ -374,8 +354,7 @@
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Max",
"tooltip": "The largest between two numbers"
"name": "Result"
}
}
]
@@ -392,15 +371,14 @@
"tooltip": "Signaled after Tan is invoked"
},
"details": {
"name": "Math::Tan",
"category": "Math"
"name": "Tan",
"category": "Other"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Angle",
"tooltip": "Angle as radians"
"name": "Value"
}
}
],
@@ -408,8 +386,7 @@
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Angle",
"tooltip": "Angle as radians"
"name": "Result"
}
}
]
@@ -426,22 +403,20 @@
"tooltip": "Signaled after ArcTan2 is invoked"
},
"details": {
"name": "Math::ArcTan2",
"category": "Math"
"name": "Arc Tan 2",
"category": "Other"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Angle A",
"tooltip": "Angle as radians"
"name": "A"
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Angle B",
"tooltip": "Angle as radians"
"name": "B"
}
}
],
@@ -449,8 +424,7 @@
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Angle",
"tooltip": "Angle as radians"
"name": "Result"
}
}
]
@@ -467,15 +441,14 @@
"tooltip": "Signaled after Floor is invoked"
},
"details": {
"name": "Math::Floor",
"category": "Math/Number"
"name": "Floor",
"category": "Other"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Number",
"tooltip": "The number to be rounded down"
"name": "Value"
}
}
],
@@ -483,8 +456,7 @@
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Floor",
"tooltip": "The value rounded down"
"name": "Result"
}
}
]
@@ -501,22 +473,20 @@
"tooltip": "Signaled after Min is invoked"
},
"details": {
"name": "Math::Min",
"category": "Math/Number"
"name": "Min",
"category": "Other"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Number A",
"tooltip": "Number to be compared"
"name": "A"
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Number B",
"tooltip": "Number to be compared"
"name": "B"
}
}
],
@@ -524,8 +494,7 @@
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Min",
"tooltip": "The smallest between two numbers"
"name": "Result"
}
}
]
@@ -542,26 +511,26 @@
"tooltip": "Signaled after Lerp is invoked"
},
"details": {
"name": "Math::Lerp",
"category": "Math/Number"
"name": "Lerp",
"category": "Other"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "a"
"name": "A"
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "b"
"name": "B"
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "t"
"name": "Time"
}
}
],
@@ -569,7 +538,7 @@
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Number"
"name": "Result"
}
}
]
@@ -586,26 +555,26 @@
"tooltip": "Signaled after LerpInverse is invoked"
},
"details": {
"name": "Math::LerpInverse",
"category": "Math/Number"
"name": "LerpInverse",
"category": "Other"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "a"
"name": "A"
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "b"
"name": "B"
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "value"
"name": "Time"
}
}
],
@@ -613,7 +582,7 @@
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Number"
"name": "Result"
}
}
]
@@ -630,15 +599,14 @@
"tooltip": "Signaled after IsOdd is invoked"
},
"details": {
"name": "Math::IsOdd",
"category": "Math/Number"
"name": "Is Odd",
"category": "Other"
},
"params": [
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "Number",
"tooltip": "Number to be checked"
"name": "Value"
}
}
],
@@ -646,8 +614,7 @@
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "Boolean",
"tooltip": "Returns true if the number is not even; false if it is"
"name": "Is Odd"
}
}
]
@@ -664,14 +631,13 @@
"tooltip": "Signaled after Abs is invoked"
},
"details": {
"name": "Math::Abs",
"category": "Math"
"name": "Abs"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float"
"name": "Value"
}
}
],
@@ -679,7 +645,7 @@
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float"
"name": "Result"
}
}
]
@@ -696,15 +662,14 @@
"tooltip": "Signaled after RadToDeg is invoked"
},
"details": {
"name": "Math::RadToDeg",
"category": "Math"
"name": "Radians To Degrees",
"category": "Other"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Radians",
"tooltip": "Radians to be converted"
"name": "Radians"
}
}
],
@@ -712,8 +677,7 @@
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Degrees",
"tooltip": "Degrees from radians"
"name": "Degrees"
}
}
]
@@ -730,15 +694,14 @@
"tooltip": "Signaled after Sin is invoked"
},
"details": {
"name": "Math::Sin",
"category": "Math"
"name": "Sin",
"category": "Other"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Angle",
"tooltip": "Number as radians"
"name": "Value"
}
}
],
@@ -746,8 +709,7 @@
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Angle",
"tooltip": "Number as radians"
"name": "Result"
}
}
]
@@ -764,15 +726,14 @@
"tooltip": "Signaled after Cos is invoked"
},
"details": {
"name": "Math::Cos",
"category": "Math"
"name": "Cos",
"category": "Other"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Angle",
"tooltip": "Angle as radians"
"name": "Value"
}
}
],
@@ -780,8 +741,7 @@
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Angle",
"tooltip": "Angle as radians"
"name": "Result"
}
}
]
@@ -798,15 +758,14 @@
"tooltip": "Signaled after ArcCos is invoked"
},
"details": {
"name": "Math::ArcCos",
"category": "Math"
"name": "Arc Cos",
"category": "Other"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Angle",
"tooltip": "Angle as radians"
"name": "Value"
}
}
],
@@ -814,8 +773,7 @@
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Angle",
"tooltip": "Angle as radians"
"name": "Result"
}
}
]
@@ -832,15 +790,14 @@
"tooltip": "Signaled after Sign is invoked"
},
"details": {
"name": "Math::Sign",
"category": "Math/Number"
"name": "Sign",
"category": "Other"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Number",
"tooltip": "Number to check"
"name": "Value"
}
}
],
@@ -848,8 +805,7 @@
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Sign",
"tooltip": "Returns 1 if the number is positive and -1 if the number is negative"
"name": "Result"
}
}
]
@@ -866,29 +822,26 @@
"tooltip": "Signaled after Clamp is invoked"
},
"details": {
"name": "Math::Clamp",
"category": "Math/Number"
"name": "Clamp",
"category": "Other"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Number",
"tooltip": "Value to be clamped"
"name": "Value"
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Min",
"tooltip": "The minimum value to clamp to"
"name": "Minimum"
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Max",
"tooltip": "The maximum value to clamp to"
"name": "Maximum"
}
}
],
@@ -896,8 +849,7 @@
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Number",
"tooltip": "The result of the clamp"
"name": "Result"
}
}
]
@@ -914,26 +866,26 @@
"tooltip": "Signaled after GetSinCos is invoked"
},
"details": {
"name": "Math::GetSinCos",
"category": "Math"
"name": "Get Sin Cos",
"category": "Other"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float"
"name": "Value"
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float&"
"name": "Sin"
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float&"
"name": "Cos"
}
}
]
@@ -950,15 +902,14 @@
"tooltip": "Signaled after DegToRad is invoked"
},
"details": {
"name": "Math::DegToRad",
"category": "Math"
"name": "Degrees To Radians",
"category": "Other"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Degrees",
"tooltip": "Degrees to be converted"
"name": "Degrees"
}
}
],
@@ -966,8 +917,7 @@
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Radians",
"tooltip": "Radians from degrees"
"name": "Radians"
}
}
]
@@ -984,22 +934,20 @@
"tooltip": "Signaled after Pow is invoked"
},
"details": {
"name": "Math::Pow",
"category": "Math/Number"
"name": "Pow",
"category": "Other"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Number",
"tooltip": "The value to be raised"
"name": "Value"
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Exponent",
"tooltip": "The power exponent"
"name": "Exponent"
}
}
],
@@ -1007,8 +955,7 @@
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Number",
"tooltip": "The result of the number raised to the power exponent"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "FromAabb",
"category": "Math/OBB",
"tooltip": "converts the Source to an OBB",
"subtitle": "OBB"
"name": "From Axis Aligned Bounding Box",
"category": "Math/Oriented Bounding Box",
"tooltip": "Converts the Source to an Oriented Bounding Box"
},
"slots": [
{
@@ -24,15 +23,15 @@
}
},
{
"key": "DataInput_AABB: Source",
"key": "DataInput_Source",
"details": {
"name": "AABB: Source"
"name": "Source"
}
},
{
"key": "DataOutput_Result: OBB",
"key": "DataOutput_Result",
"details": {
"name": "Result: OBB"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "FromPositionRotationAndHalfLengths",
"category": "Math/OBB",
"tooltip": "returns an OBB from the position, rotation and half lengths",
"subtitle": "OBB"
"name": "From Position Rotation And Half Lengths",
"category": "Math/Oriented Bounding Box",
"tooltip": "returns an Oriented Bounding Box from the position, rotation and half lengths"
},
"slots": [
{
@@ -24,27 +23,27 @@
}
},
{
"key": "DataInput_Vector3: Position",
"key": "DataInput_Position",
"details": {
"name": "Vector3: Position"
"name": "Position"
}
},
{
"key": "DataInput_Quaternion: Rotation",
"key": "DataInput_Rotation",
"details": {
"name": "Quaternion: Rotation"
"name": "Rotation"
}
},
{
"key": "DataInput_Vector3: HalfLengths",
"key": "DataInput_HalfLengths",
"details": {
"name": "Vector3: HalfLengths"
"name": "Half Lengths"
}
},
{
"key": "DataOutput_Result: OBB",
"key": "DataOutput_Result",
"details": {
"name": "Result: OBB"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "GetAxisX",
"category": "Math/OBB",
"tooltip": "returns the X-Axis of Source",
"subtitle": "OBB"
"name": "Get Axis X",
"category": "Math/Oriented Bounding Box",
"tooltip": "Returns the X-Axis of Source"
},
"slots": [
{
@@ -24,15 +23,15 @@
}
},
{
"key": "DataInput_OBB: Source",
"key": "DataInput_Source",
"details": {
"name": "OBB: Source"
"name": "Source"
}
},
{
"key": "DataOutput_Result: Vector3",
"key": "DataOutput_Result",
"details": {
"name": "Result: Vector3"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "GetAxisY",
"category": "Math/OBB",
"tooltip": "returns the Y-Axis of Source",
"subtitle": "OBB"
"name": "Get Axis Y",
"category": "Math/Oriented Bounding Box",
"tooltip": "Returns the Y-Axis of Source"
},
"slots": [
{
@@ -24,15 +23,15 @@
}
},
{
"key": "DataInput_OBB: Source",
"key": "DataInput_Source",
"details": {
"name": "OBB: Source"
"name": "Source"
}
},
{
"key": "DataOutput_Result: Vector3",
"key": "DataOutput_Result",
"details": {
"name": "Result: Vector3"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "GetAxisZ",
"category": "Math/OBB",
"tooltip": "returns the Z-Axis of Source",
"subtitle": "OBB"
"name": "Get Axis Z",
"category": "Math/Oriented Bounding Box",
"tooltip": "Returns the Z-Axis of Source"
},
"slots": [
{
@@ -24,15 +23,15 @@
}
},
{
"key": "DataInput_OBB: Source",
"key": "DataInput_Source",
"details": {
"name": "OBB: Source"
"name": "Source"
}
},
{
"key": "DataOutput_Result: Vector3",
"key": "DataOutput_Result",
"details": {
"name": "Result: Vector3"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "GetPosition",
"category": "Math/OBB",
"tooltip": "returns the position of Source",
"subtitle": "OBB"
"name": "Get Position",
"category": "Math/Oriented Bounding Box",
"tooltip": "Returns the position of Source"
},
"slots": [
{
@@ -24,15 +23,15 @@
}
},
{
"key": "DataInput_OBB: Source",
"key": "DataInput_Source",
"details": {
"name": "OBB: Source"
"name": "Source"
}
},
{
"key": "DataOutput_Result: Vector3",
"key": "DataOutput_Result",
"details": {
"name": "Result: Vector3"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "IsFinite",
"category": "Math/OBB",
"tooltip": "returns true if every element in Source is finite, is false",
"subtitle": "OBB"
"name": "Is Finite",
"category": "Math/Oriented Bounding Box",
"tooltip": "Returns true if every element in Source is finite, is false"
},
"slots": [
{
@@ -24,15 +23,15 @@
}
},
{
"key": "DataInput_OBB: Source",
"key": "DataInput_Source",
"details": {
"name": "OBB: 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": "DistanceToPoint",
"name": "Distance To Point",
"category": "Math/Plane",
"tooltip": "returns the closest distance from Source to Point",
"subtitle": "Plane"
"tooltip": "Returns the closest distance from Source to Point"
},
"slots": [
{
@@ -24,21 +23,21 @@
}
},
{
"key": "DataInput_Plane: Source",
"key": "DataInput_Source",
"details": {
"name": "Plane: Source"
"name": "Source"
}
},
{
"key": "DataInput_Vector3: Point",
"key": "DataInput_Point",
"details": {
"name": "Vector3: Point"
"name": "Point"
}
},
{
"key": "DataOutput_Result: Number",
"key": "DataOutput_Result",
"details": {
"name": "Result: Number"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "FromCoefficients",
"name": "From Coefficients",
"category": "Math/Plane",
"tooltip": "returns the plane that satisfies the equation Ax + By + Cz + D = 0",
"subtitle": "Plane"
"tooltip": "Returns the plane that satisfies the equation Ax + By + Cz + D = 0"
},
"slots": [
{
@@ -24,33 +23,33 @@
}
},
{
"key": "DataInput_Number: A",
"key": "DataInput_A",
"details": {
"name": "Number: A"
"name": "A"
}
},
{
"key": "DataInput_Number: B",
"key": "DataInput_B",
"details": {
"name": "Number: B"
"name": "B"
}
},
{
"key": "DataInput_Number: C",
"key": "DataInput_C",
"details": {
"name": "Number: C"
"name": "C"
}
},
{
"key": "DataInput_Number: D",
"key": "DataInput_D",
"details": {
"name": "Number: D"
"name": "D"
}
},
{
"key": "DataOutput_Result: Plane",
"key": "DataOutput_Result",
"details": {
"name": "Result: Plane"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "FromNormalAndDistance",
"name": "From Normal And Distance",
"category": "Math/Plane",
"tooltip": "returns the plane with the specified Normal and Distance from the origin",
"subtitle": "Plane"
"tooltip": "Returns the plane with the specified Normal and Distance from the origin"
},
"slots": [
{
@@ -24,21 +23,21 @@
}
},
{
"key": "DataInput_Vector3: Normal",
"key": "DataInput_Normal",
"details": {
"name": "Vector3: Normal"
"name": "Normal"
}
},
{
"key": "DataInput_Number: Distance",
"key": "DataInput_Distance",
"details": {
"name": "Number: Distance"
"name": "Distance"
}
},
{
"key": "DataOutput_Result: Plane",
"key": "DataOutput_Result",
"details": {
"name": "Result: Plane"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "FromNormalAndPoint",
"name": "From Normal And Point",
"category": "Math/Plane",
"tooltip": "returns the plane which includes the Point with the specified Normal",
"subtitle": "Plane"
"tooltip": "Returns the plane which includes the Point with the specified Normal"
},
"slots": [
{
@@ -24,21 +23,21 @@
}
},
{
"key": "DataInput_Vector3: Normal",
"key": "DataInput_Normal",
"details": {
"name": "Vector3: Normal"
"name": "Normal"
}
},
{
"key": "DataInput_Vector3: Point",
"key": "DataInput_Point",
"details": {
"name": "Vector3: Point"
"name": "Point"
}
},
{
"key": "DataOutput_Result: Plane",
"key": "DataOutput_Result",
"details": {
"name": "Result: Plane"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "GetDistance",
"name": "Get Distance",
"category": "Math/Plane",
"tooltip": "returns the Source's distance from the origin",
"subtitle": "Plane"
"tooltip": "Returns the Source's distance from the origin"
},
"slots": [
{
@@ -24,15 +23,15 @@
}
},
{
"key": "DataInput_Plane: Source",
"key": "DataInput_Source",
"details": {
"name": "Plane: Source"
"name": "Source"
}
},
{
"key": "DataOutput_Result: Number",
"key": "DataOutput_Result",
"details": {
"name": "Result: Number"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "GetNormal",
"name": "Get Normal",
"category": "Math/Plane",
"tooltip": "returns the surface normal of Source",
"subtitle": "Plane"
"tooltip": "Returns the surface normal of Source"
},
"slots": [
{
@@ -24,15 +23,15 @@
}
},
{
"key": "DataInput_Plane: Source",
"key": "DataInput_Source",
"details": {
"name": "Plane: Source"
"name": "Source"
}
},
{
"key": "DataOutput_Result: Vector3",
"key": "DataOutput_Result",
"details": {
"name": "Result: Vector3"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "GetPlaneEquationCoefficients",
"name": "Get Plane Equation Coefficients",
"category": "Math/Plane",
"tooltip": "returns Source's coefficient's (A, B, C, D) in the equation Ax + By + Cz + D = 0",
"subtitle": "Plane"
"tooltip": "Returns Source's coefficient's (A, B, C, D) in the equation Ax + By + Cz + D = 0"
},
"slots": [
{
@@ -24,33 +23,33 @@
}
},
{
"key": "DataInput_Plane: Source",
"key": "DataInput_Source",
"details": {
"name": "Plane: Source"
"name": "Source"
}
},
{
"key": "DataOutput_A: Number",
"key": "DataOutput_A",
"details": {
"name": "A: Number"
"name": "A"
}
},
{
"key": "DataOutput_B: Number",
"key": "DataOutput_B",
"details": {
"name": "B: Number"
"name": "B"
}
},
{
"key": "DataOutput_C: Number",
"key": "DataOutput_C",
"details": {
"name": "C: Number"
"name": "C"
}
},
{
"key": "DataOutput_D: Number",
"key": "DataOutput_D",
"details": {
"name": "D: Number"
"name": "D"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "IsFinite",
"name": "Is Finite",
"category": "Math/Plane",
"tooltip": "returns true if Source is finite, else false",
"subtitle": "Plane"
"tooltip": "Returns true if Source is finite, else false"
},
"slots": [
{
@@ -24,15 +23,15 @@
}
},
{
"key": "DataInput_Plane: Source",
"key": "DataInput_Source",
"details": {
"name": "Plane: Source"
"name": "Source"
}
},
{
"key": "DataOutput_Result: Boolean",
"key": "DataOutput_Result",
"details": {
"name": "Result: Boolean"
"name": "Result"
}
}
]
@@ -7,8 +7,7 @@
"details": {
"name": "Project",
"category": "Math/Plane",
"tooltip": "returns the projection of Point onto Source",
"subtitle": "Plane"
"tooltip": "Returns the projection of Point onto Source"
},
"slots": [
{
@@ -24,21 +23,21 @@
}
},
{
"key": "DataInput_Plane: Source",
"key": "DataInput_Source",
"details": {
"name": "Plane: Source"
"name": "Source"
}
},
{
"key": "DataInput_Vector3: Point",
"key": "DataInput_Point",
"details": {
"name": "Vector3: Point"
"name": "Point"
}
},
{
"key": "DataOutput_Result: Vector3",
"key": "DataOutput_Result",
"details": {
"name": "Result: Vector3"
"name": "Result"
}
}
]
@@ -7,8 +7,7 @@
"details": {
"name": "Transform",
"category": "Math/Plane",
"tooltip": "returns Source transformed by Transform",
"subtitle": "Plane"
"tooltip": "Returns Source transformed by Transform"
},
"slots": [
{
@@ -24,21 +23,21 @@
}
},
{
"key": "DataInput_Plane: Source",
"key": "DataInput_Source",
"details": {
"name": "Plane: Source"
"name": "Source"
}
},
{
"key": "DataInput_Transform: Transform",
"key": "DataInput_Transform",
"details": {
"name": "Transform: Transform"
"name": "Transform"
}
},
{
"key": "DataOutput_Result: Plane",
"key": "DataOutput_Result",
"details": {
"name": "Result: Plane"
"name": "Result"
}
}
]
@@ -7,8 +7,7 @@
"details": {
"name": "Conjugate",
"category": "Math/Quaternion",
"tooltip": "returns the conjugate of the source, (-x, -y, -z, w)",
"subtitle": "Quaternion"
"tooltip": "Returns the conjugate of the source, (-x, -y, -z, w)"
},
"slots": [
{
@@ -24,15 +23,15 @@
}
},
{
"key": "DataInput_Quaternion: Source",
"key": "DataInput_Source",
"details": {
"name": "Quaternion: Source"
"name": "Source"
}
},
{
"key": "DataOutput_Result: Quaternion",
"key": "DataOutput_Result",
"details": {
"name": "Result: Quaternion"
"name": "Result"
}
}
]
@@ -5,9 +5,8 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "ConvertTransformToRotation",
"category": "Math/Quaternion",
"subtitle": "Quaternion"
"name": "Convert Transform To Rotation",
"category": "Math/Quaternion"
},
"slots": [
{
@@ -23,15 +22,15 @@
}
},
{
"key": "DataInput_Transform: Transform",
"key": "DataInput_Transform",
"details": {
"name": "Transform: Transform"
"name": "Transform"
}
},
{
"key": "DataOutput_Result: Quaternion",
"key": "DataOutput_Result",
"details": {
"name": "Result: Quaternion"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "CreateFromEulerAngles",
"name": "Create From Euler Angles",
"category": "Math/Quaternion",
"tooltip": "Returns a new Quaternion initialized with the specified Angles",
"subtitle": "Quaternion"
"tooltip": "Returns a new Quaternion initialized with the specified Angles"
},
"slots": [
{
@@ -24,27 +23,27 @@
}
},
{
"key": "DataInput_Number: Pitch",
"key": "DataInput_Pitch",
"details": {
"name": "Number: Pitch"
"name": "Pitch"
}
},
{
"key": "DataInput_Number: Roll",
"key": "DataInput_Roll",
"details": {
"name": "Number: Roll"
"name": "Roll"
}
},
{
"key": "DataInput_Number: Yaw",
"key": "DataInput_Yaw",
"details": {
"name": "Number: Yaw"
"name": "Yaw"
}
},
{
"key": "DataOutput_Result: Quaternion",
"key": "DataOutput_Result",
"details": {
"name": "Result: Quaternion"
"name": "Result"
}
}
]
@@ -7,8 +7,7 @@
"details": {
"name": "Dot",
"category": "Math/Quaternion",
"tooltip": "returns the Dot product of A and B",
"subtitle": "Quaternion"
"tooltip": "Returns the Dot product of A and B"
},
"slots": [
{
@@ -24,21 +23,21 @@
}
},
{
"key": "DataInput_Quaternion: A",
"key": "DataInput_A",
"details": {
"name": "Quaternion: A"
"name": "A"
}
},
{
"key": "DataInput_Quaternion: B",
"key": "DataInput_B",
"details": {
"name": "Quaternion: B"
"name": "B"
}
},
{
"key": "DataOutput_Result: Number",
"key": "DataOutput_Result",
"details": {
"name": "Result: Number"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "FromAxisAngleDegrees",
"name": "From Axis Angle (Degrees)",
"category": "Math/Quaternion",
"tooltip": "returns the rotation created from Axis the angle Degrees",
"subtitle": "Quaternion"
"tooltip": "Returns the rotation created from Axis the angle Degrees"
},
"slots": [
{
@@ -24,21 +23,21 @@
}
},
{
"key": "DataInput_Vector3: Axis",
"key": "DataInput_Axis",
"details": {
"name": "Vector3: Axis"
"name": "Axis"
}
},
{
"key": "DataInput_Number: Degrees",
"key": "DataInput_Degrees",
"details": {
"name": "Number: Degrees"
"name": "Degrees"
}
},
{
"key": "DataOutput_Result: Quaternion",
"key": "DataOutput_Result",
"details": {
"name": "Result: Quaternion"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "FromMatrix3x3",
"name": "From Matrix3x3",
"category": "Math/Quaternion",
"tooltip": "returns a rotation created from the 3x3 matrix source",
"subtitle": "Quaternion"
"tooltip": "Returns a rotation created from the 3x3 matrix source"
},
"slots": [
{
@@ -24,15 +23,15 @@
}
},
{
"key": "DataInput_Matrix3x3: Source",
"key": "DataInput_Source",
"details": {
"name": "Matrix3x3: Source"
"name": "Source"
}
},
{
"key": "DataOutput_Result: Quaternion",
"key": "DataOutput_Result",
"details": {
"name": "Result: Quaternion"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "FromMatrix4x4",
"name": "From Matrix4x4",
"category": "Math/Quaternion",
"tooltip": "returns a rotation created from the 4x4 matrix source",
"subtitle": "Quaternion"
"tooltip": "Returns a rotation created from the 4x4 matrix source"
},
"slots": [
{
@@ -24,15 +23,15 @@
}
},
{
"key": "DataInput_Matrix4x4: Source",
"key": "DataInput_Source",
"details": {
"name": "Matrix4x4: Source"
"name": "Source"
}
},
{
"key": "DataOutput_Result: Quaternion",
"key": "DataOutput_Result",
"details": {
"name": "Result: Quaternion"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "FromTransform",
"name": "From Transform",
"category": "Math/Quaternion",
"tooltip": "returns a rotation created from the rotation part of the transform source",
"subtitle": "Quaternion"
"tooltip": "Returns a rotation created from the rotation part of the transform source"
},
"slots": [
{
@@ -24,15 +23,15 @@
}
},
{
"key": "DataInput_Transform: Source",
"key": "DataInput_Source",
"details": {
"name": "Transform: Source"
"name": "Source"
}
},
{
"key": "DataOutput_Result: Quaternion",
"key": "DataOutput_Result",
"details": {
"name": "Result: Quaternion"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "InvertFull",
"name": "Invert Full",
"category": "Math/Quaternion",
"tooltip": "returns the inverse for any rotation, not just unit rotations",
"subtitle": "Quaternion"
"tooltip": "Returns the inverse for any rotation, not just unit rotations"
},
"slots": [
{
@@ -24,15 +23,15 @@
}
},
{
"key": "DataInput_Quaternion: Source",
"key": "DataInput_Source",
"details": {
"name": "Quaternion: Source"
"name": "Source"
}
},
{
"key": "DataOutput_Result: Quaternion",
"key": "DataOutput_Result",
"details": {
"name": "Result: Quaternion"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "IsClose",
"name": "Is Close",
"category": "Math/Quaternion",
"tooltip": "returns true if A and B are within Tolerance of each other",
"subtitle": "Quaternion"
"tooltip": "Returns true if A and B are within Tolerance of each other"
},
"slots": [
{
@@ -24,27 +23,27 @@
}
},
{
"key": "DataInput_Quaternion: A",
"key": "DataInput_A",
"details": {
"name": "Quaternion: A"
"name": "A"
}
},
{
"key": "DataInput_Quaternion: B",
"key": "DataInput_B",
"details": {
"name": "Quaternion: 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/Quaternion",
"tooltip": "returns true if every element in Source is finite",
"subtitle": "Quaternion"
"tooltip": "Returns true if every element in Source is finite"
},
"slots": [
{
@@ -24,15 +23,15 @@
}
},
{
"key": "DataInput_Quaternion: Source",
"key": "DataInput_Source",
"details": {
"name": "Quaternion: 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": "IsIdentity",
"name": "Is Identity",
"category": "Math/Quaternion",
"tooltip": "returns true if Source is within Tolerance of the Identity rotation",
"subtitle": "Quaternion"
"tooltip": "Returns true if Source is within Tolerance of the Identity rotation"
},
"slots": [
{
@@ -24,21 +23,21 @@
}
},
{
"key": "DataInput_Quaternion: Source",
"key": "DataInput_Source",
"details": {
"name": "Quaternion: Source"
"name": "Source"
}
},
{
"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": "IsZero",
"name": "Is Zero",
"category": "Math/Quaternion",
"tooltip": "returns true if Source is within Tolerance of the Zero rotation",
"subtitle": "Quaternion"
"tooltip": "Returns true if Source is within Tolerance of the Zero rotation"
},
"slots": [
{
@@ -24,21 +23,21 @@
}
},
{
"key": "DataInput_Quaternion: Source",
"key": "DataInput_Source",
"details": {
"name": "Quaternion: Source"
"name": "Source"
}
},
{
"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": "LengthReciprocal",
"name": "Length Reciprocal",
"category": "Math/Quaternion",
"tooltip": "returns the reciprocal length of Source",
"subtitle": "Quaternion"
"tooltip": "Returns the reciprocal length of Source"
},
"slots": [
{
@@ -24,15 +23,15 @@
}
},
{
"key": "DataInput_Quaternion: Source",
"key": "DataInput_Source",
"details": {
"name": "Quaternion: Source"
"name": "Source"
}
},
{
"key": "DataOutput_Result: Number",
"key": "DataOutput_Result",
"details": {
"name": "Result: Number"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "LengthSquared",
"name": "Length Squared",
"category": "Math/Quaternion",
"tooltip": "returns the square of the length of Source",
"subtitle": "Quaternion"
"tooltip": "Returns the square of the length of Source"
},
"slots": [
{
@@ -24,15 +23,15 @@
}
},
{
"key": "DataInput_Quaternion: Source",
"key": "DataInput_Source",
"details": {
"name": "Quaternion: Source"
"name": "Source"
}
},
{
"key": "DataOutput_Result: Number",
"key": "DataOutput_Result",
"details": {
"name": "Result: Number"
"name": "Result"
}
}
]
@@ -7,8 +7,7 @@
"details": {
"name": "Lerp",
"category": "Math/Quaternion",
"tooltip": "returns a the linear interpolation between From and To by the amount T",
"subtitle": "Quaternion"
"tooltip": "Returns a the linear interpolation between From and To by the amount T"
},
"slots": [
{
@@ -24,27 +23,27 @@
}
},
{
"key": "DataInput_Quaternion: From",
"key": "DataInput_From",
"details": {
"name": "Quaternion: From"
"name": "From"
}
},
{
"key": "DataInput_Quaternion: To",
"key": "DataInput_To",
"details": {
"name": "Quaternion: To"
"name": "To"
}
},
{
"key": "DataInput_Number: T",
"key": "DataInput_T",
"details": {
"name": "Number: T"
"name": "T"
}
},
{
"key": "DataOutput_Result: Quaternion",
"key": "DataOutput_Result",
"details": {
"name": "Result: Quaternion"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "MultiplyByNumber",
"name": "Multiply By Number",
"category": "Math/Quaternion",
"tooltip": "returns the Source with each element multiplied by Multiplier",
"subtitle": "Quaternion"
"tooltip": "Returns the Source with each element multiplied by Multiplier"
},
"slots": [
{
@@ -24,21 +23,21 @@
}
},
{
"key": "DataInput_Quaternion: Source",
"key": "DataInput_Source",
"details": {
"name": "Quaternion: Source"
"name": "Source"
}
},
{
"key": "DataInput_Number: Multiplier",
"key": "DataInput_Multiplier",
"details": {
"name": "Number: Multiplier"
"name": "Multiplier"
}
},
{
"key": "DataOutput_Result: Quaternion",
"key": "DataOutput_Result",
"details": {
"name": "Result: Quaternion"
"name": "Result"
}
}
]
@@ -7,8 +7,7 @@
"details": {
"name": "Negate",
"category": "Math/Quaternion",
"tooltip": "returns the Source with each element negated",
"subtitle": "Quaternion"
"tooltip": "Returns the Source with each element negated"
},
"slots": [
{
@@ -24,15 +23,15 @@
}
},
{
"key": "DataInput_Quaternion: Source",
"key": "DataInput_Source",
"details": {
"name": "Quaternion: Source"
"name": "Source"
}
},
{
"key": "DataOutput_Result: Quaternion",
"key": "DataOutput_Result",
"details": {
"name": "Result: Quaternion"
"name": "Result"
}
}
]
@@ -7,8 +7,7 @@
"details": {
"name": "Normalize",
"category": "Math/Quaternion",
"tooltip": "returns the normalized version of Source",
"subtitle": "Quaternion"
"tooltip": "Returns the normalized version of Source"
},
"slots": [
{
@@ -24,15 +23,15 @@
}
},
{
"key": "DataInput_Quaternion: Source",
"key": "DataInput_Source",
"details": {
"name": "Quaternion: Source"
"name": "Source"
}
},
{
"key": "DataOutput_Result: Quaternion",
"key": "DataOutput_Result",
"details": {
"name": "Result: Quaternion"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "RotateVector3",
"name": "Rotate Vector3",
"category": "Math/Quaternion",
"tooltip": "Returns a new Vector3 that is the source vector3 rotated by the given Quaternion",
"subtitle": "Quaternion"
"tooltip": "Returns a new Vector3 that is the source vector3 rotated by the given Quaternion"
},
"slots": [
{
@@ -24,21 +23,21 @@
}
},
{
"key": "DataInput_Quaternion: Quaternion",
"key": "DataInput_Quaternion",
"details": {
"name": "Quaternion: Quaternion"
"name": "Quaternion"
}
},
{
"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"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "RotationXDegrees",
"name": "Rotation X (Degrees)",
"category": "Math/Quaternion",
"tooltip": "creates a rotation of Degrees around the x-axis",
"subtitle": "Quaternion"
"tooltip": "Creates a rotation of Degrees around the x-axis"
},
"slots": [
{
@@ -24,15 +23,15 @@
}
},
{
"key": "DataInput_Number: Degrees",
"key": "DataInput_Degrees",
"details": {
"name": "Number: Degrees"
"name": "Degrees"
}
},
{
"key": "DataOutput_Result: Quaternion",
"key": "DataOutput_Result",
"details": {
"name": "Result: Quaternion"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "RotationYDegrees",
"name": "Rotation Y (Degrees)",
"category": "Math/Quaternion",
"tooltip": "creates a rotation of Degrees around the y-axis",
"subtitle": "Quaternion"
"tooltip": "Creates a rotation of Degrees around the y-axis"
},
"slots": [
{
@@ -24,15 +23,15 @@
}
},
{
"key": "DataInput_Number: Degrees",
"key": "DataInput_Degrees",
"details": {
"name": "Number: Degrees"
"name": "Degrees"
}
},
{
"key": "DataOutput_Result: Quaternion",
"key": "DataOutput_Result",
"details": {
"name": "Result: Quaternion"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "RotationZDegrees",
"name": "Rotation Z (Degrees)",
"category": "Math/Quaternion",
"tooltip": "creates a rotation of Degrees around the z-axis",
"subtitle": "Quaternion"
"tooltip": "Creates a rotation of Degrees around the z-axis"
},
"slots": [
{
@@ -24,15 +23,15 @@
}
},
{
"key": "DataInput_Number: Degrees",
"key": "DataInput_Degrees",
"details": {
"name": "Number: Degrees"
"name": "Degrees"
}
},
{
"key": "DataOutput_Result: Quaternion",
"key": "DataOutput_Result",
"details": {
"name": "Result: Quaternion"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "ShortestArc",
"name": "Shortest Arc",
"category": "Math/Quaternion",
"tooltip": "creates a rotation representing the shortest arc between From and To",
"subtitle": "Quaternion"
"tooltip": "Creates a rotation representing the shortest arc between From and To"
},
"slots": [
{
@@ -24,21 +23,21 @@
}
},
{
"key": "DataInput_Vector3: From",
"key": "DataInput_From",
"details": {
"name": "Vector3: From"
"name": "From"
}
},
{
"key": "DataInput_Vector3: To",
"key": "DataInput_To",
"details": {
"name": "Vector3: To"
"name": "To"
}
},
{
"key": "DataOutput_Result: Quaternion",
"key": "DataOutput_Result",
"details": {
"name": "Result: Quaternion"
"name": "Result"
}
}
]
@@ -7,8 +7,7 @@
"details": {
"name": "Slerp",
"category": "Math/Quaternion",
"tooltip": "returns the spherical linear interpolation between From and To by the amount T, the result is NOT normalized",
"subtitle": "Quaternion"
"tooltip": "Returns the spherical linear interpolation between From and To by the amount T, the result is NOT normalized"
},
"slots": [
{
@@ -24,27 +23,27 @@
}
},
{
"key": "DataInput_Quaternion: From",
"key": "DataInput_From",
"details": {
"name": "Quaternion: From"
"name": "From"
}
},
{
"key": "DataInput_Quaternion: To",
"key": "DataInput_To",
"details": {
"name": "Quaternion: To"
"name": "To"
}
},
{
"key": "DataInput_Number: T",
"key": "DataInput_T",
"details": {
"name": "Number: T"
"name": "T"
}
},
{
"key": "DataOutput_Result: Quaternion",
"key": "DataOutput_Result",
"details": {
"name": "Result: Quaternion"
"name": "Result"
}
}
]
@@ -7,8 +7,7 @@
"details": {
"name": "Squad",
"category": "Math/Quaternion",
"tooltip": "returns the quadratic interpolation, that is: Squad(From, To, In, Out, T) = Slerp(Slerp(From, Out, T), Slerp(To, In, T), 2(1 - T)T)",
"subtitle": "Quaternion"
"tooltip": "Returns the quadratic interpolation, that is: Squad(From, To, In, Out, T) = Slerp(Slerp(From, Out, T), Slerp(To, In, T), 2(1 - T)T)"
},
"slots": [
{
@@ -24,39 +23,39 @@
}
},
{
"key": "DataInput_Quaternion: From",
"key": "DataInput_From",
"details": {
"name": "Quaternion: From"
"name": "From"
}
},
{
"key": "DataInput_Quaternion: To",
"key": "DataInput_To",
"details": {
"name": "Quaternion: To"
"name": "To"
}
},
{
"key": "DataInput_Quaternion: In",
"key": "DataInput_In",
"details": {
"name": "Quaternion: In"
"name": "In"
}
},
{
"key": "DataInput_Quaternion: Out",
"key": "DataInput_Out",
"details": {
"name": "Quaternion: Out"
"name": "Out"
}
},
{
"key": "DataInput_Number: T",
"key": "DataInput_T",
"details": {
"name": "Number: T"
"name": "T"
}
},
{
"key": "DataOutput_Result: Quaternion",
"key": "DataOutput_Result",
"details": {
"name": "Result: Quaternion"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "ToAngleDegrees",
"name": "To Angle (Degrees)",
"category": "Math/Quaternion",
"tooltip": "returns the angle of angle-axis pair that Source represents in degrees",
"subtitle": "Quaternion"
"tooltip": "Returns the angle of angle-axis pair that Source represents in degrees"
},
"slots": [
{
@@ -24,15 +23,15 @@
}
},
{
"key": "DataInput_Quaternion: Source",
"key": "DataInput_Source",
"details": {
"name": "Quaternion: Source"
"name": "Source"
}
},
{
"key": "DataOutput_Result: Number",
"key": "DataOutput_Result",
"details": {
"name": "Result: Number"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "RandomColor",
"name": "Random Color",
"category": "Math/Random",
"tooltip": "Returns a random color [Min, Max]",
"subtitle": "Random"
"tooltip": "Returns a random color [Min, Max]"
},
"slots": [
{
@@ -24,21 +23,21 @@
}
},
{
"key": "DataInput_Color: Min",
"key": "DataInput_Min",
"details": {
"name": "Color: Min"
"name": "Min"
}
},
{
"key": "DataInput_Color: Max",
"key": "DataInput_Max",
"details": {
"name": "Color: Max"
"name": "Max"
}
},
{
"key": "DataOutput_Result: Color",
"key": "DataOutput_Result",
"details": {
"name": "Result: Color"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "RandomGrayscale",
"name": "Random Grayscale",
"category": "Math/Random",
"tooltip": "Returns a random grayscale color between [Min, Max] intensities",
"subtitle": "Random"
"tooltip": "Returns a random grayscale color between [Min, Max] intensities"
},
"slots": [
{
@@ -24,21 +23,21 @@
}
},
{
"key": "DataInput_Number: Min",
"key": "DataInput_Min",
"details": {
"name": "Number: Min"
"name": "Min"
}
},
{
"key": "DataInput_Number: Max",
"key": "DataInput_Max",
"details": {
"name": "Number: Max"
"name": "Max"
}
},
{
"key": "DataOutput_Result: Color",
"key": "DataOutput_Result",
"details": {
"name": "Result: Color"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "RandomInteger",
"name": "Random Integer",
"category": "Math/Random",
"tooltip": "returns a random integer [Min, Max]",
"subtitle": "Random"
"tooltip": "Returns a random integer [Min, Max]"
},
"slots": [
{
@@ -24,21 +23,21 @@
}
},
{
"key": "DataInput_Number: Min",
"key": "DataInput_Min",
"details": {
"name": "Number: Min"
"name": "Min"
}
},
{
"key": "DataInput_Number: Max",
"key": "DataInput_Max",
"details": {
"name": "Number: Max"
"name": "Max"
}
},
{
"key": "DataOutput_Result: Number",
"key": "DataOutput_Result",
"details": {
"name": "Result: Number"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "RandomNumber",
"name": "Random Number",
"category": "Math/Random",
"tooltip": "returns a random real number [Min, Max]",
"subtitle": "Random"
"tooltip": "Returns a random real number [Min, Max]"
},
"slots": [
{
@@ -24,21 +23,21 @@
}
},
{
"key": "DataInput_Number: Min",
"key": "DataInput_Min",
"details": {
"name": "Number: Min"
"name": "Min"
}
},
{
"key": "DataInput_Number: Max",
"key": "DataInput_Max",
"details": {
"name": "Number: Max"
"name": "Max"
}
},
{
"key": "DataOutput_Result: Number",
"key": "DataOutput_Result",
"details": {
"name": "Result: Number"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "RandomPointInArc",
"name": "Random Point In Arc",
"category": "Math/Random",
"tooltip": "returns a random point in the specified arc",
"subtitle": "Random"
"tooltip": "Returns a random point in the specified arc"
},
"slots": [
{
@@ -24,39 +23,39 @@
}
},
{
"key": "DataInput_Vector3: Origin",
"key": "DataInput_Origin",
"details": {
"name": "Vector3: Origin"
"name": "Origin"
}
},
{
"key": "DataInput_Vector3: Direction",
"key": "DataInput_Direction",
"details": {
"name": "Vector3: Direction"
"name": "Direction"
}
},
{
"key": "DataInput_Vector3: Normal",
"key": "DataInput_Normal",
"details": {
"name": "Vector3: Normal"
"name": "Normal"
}
},
{
"key": "DataInput_Number: Radius",
"key": "DataInput_Radius",
"details": {
"name": "Number: Radius"
"name": "Radius"
}
},
{
"key": "DataInput_Number: Angle",
"key": "DataInput_Angle",
"details": {
"name": "Number: Angle"
"name": "Angle"
}
},
{
"key": "DataOutput_Result: Vector3",
"key": "DataOutput_Result",
"details": {
"name": "Result: Vector3"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "RandomPointInBox",
"name": "Random Point In Box",
"category": "Math/Random",
"tooltip": "returns a random point in a box",
"subtitle": "Random"
"tooltip": "Returns a random point in a box"
},
"slots": [
{
@@ -24,15 +23,15 @@
}
},
{
"key": "DataInput_Vector3: Dimensions",
"key": "DataInput_Dimensions",
"details": {
"name": "Vector3: Dimensions"
"name": "Dimensions"
}
},
{
"key": "DataOutput_Result: Vector3",
"key": "DataOutput_Result",
"details": {
"name": "Result: Vector3"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "RandomPointInCircle",
"name": "Random Point In Circle",
"category": "Math/Random",
"tooltip": "returns a random point inside the area of a circle",
"subtitle": "Random"
"tooltip": "Returns a random point inside the area of a circle"
},
"slots": [
{
@@ -24,15 +23,15 @@
}
},
{
"key": "DataInput_Number: Radius",
"key": "DataInput_Radius",
"details": {
"name": "Number: Radius"
"name": "Radius"
}
},
{
"key": "DataOutput_Result: Vector3",
"key": "DataOutput_Result",
"details": {
"name": "Result: Vector3"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "RandomPointInCone",
"name": "Random Point In Cone",
"category": "Math/Random",
"tooltip": "returns a random point in a cone",
"subtitle": "Random"
"tooltip": "Returns a random point in a cone"
},
"slots": [
{
@@ -24,21 +23,21 @@
}
},
{
"key": "DataInput_Number: Radius",
"key": "DataInput_Radius",
"details": {
"name": "Number: Radius"
"name": "Radius"
}
},
{
"key": "DataInput_Number: Angle",
"key": "DataInput_Angle",
"details": {
"name": "Number: Angle"
"name": "Angle"
}
},
{
"key": "DataOutput_Result: Vector3",
"key": "DataOutput_Result",
"details": {
"name": "Result: Vector3"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "RandomPointInCylinder",
"name": "Random Point In Cylinder",
"category": "Math/Random",
"tooltip": "returns a random point in a cylinder",
"subtitle": "Random"
"tooltip": "Returns a random point in a cylinder"
},
"slots": [
{
@@ -24,21 +23,21 @@
}
},
{
"key": "DataInput_Number: Radius",
"key": "DataInput_Radius",
"details": {
"name": "Number: Radius"
"name": "Radius"
}
},
{
"key": "DataInput_Number: Height",
"key": "DataInput_Height",
"details": {
"name": "Number: Height"
"name": "Height"
}
},
{
"key": "DataOutput_Result: Vector3",
"key": "DataOutput_Result",
"details": {
"name": "Result: Vector3"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "RandomPointInEllipsoid",
"name": "Random Point In Ellipsoid",
"category": "Math/Random",
"tooltip": "returns a random point in an ellipsoid",
"subtitle": "Random"
"tooltip": "Returns a random point in an ellipsoid"
},
"slots": [
{
@@ -24,15 +23,15 @@
}
},
{
"key": "DataInput_Vector3: Dimensions",
"key": "DataInput_Dimensions",
"details": {
"name": "Vector3: Dimensions"
"name": "Dimensions"
}
},
{
"key": "DataOutput_Result: Vector3",
"key": "DataOutput_Result",
"details": {
"name": "Result: Vector3"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "RandomPointInSphere",
"name": "Random Point In Sphere",
"category": "Math/Random",
"tooltip": "returns a random point in a sphere",
"subtitle": "Random"
"tooltip": "Returns a random point in a sphere"
},
"slots": [
{
@@ -24,15 +23,15 @@
}
},
{
"key": "DataInput_Number: Radius",
"key": "DataInput_Radius",
"details": {
"name": "Number: Radius"
"name": "Radius"
}
},
{
"key": "DataOutput_Result: Vector3",
"key": "DataOutput_Result",
"details": {
"name": "Result: Vector3"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "RandomPointInSquare",
"name": "Random Point In Square",
"category": "Math/Random",
"tooltip": "returns a random point in a square",
"subtitle": "Random"
"tooltip": "Returns a random point in a square"
},
"slots": [
{
@@ -24,15 +23,15 @@
}
},
{
"key": "DataInput_Vector2: Dimensions",
"key": "DataInput_Dimensions",
"details": {
"name": "Vector2: Dimensions"
"name": "Dimensions"
}
},
{
"key": "DataOutput_Result: Vector3",
"key": "DataOutput_Result",
"details": {
"name": "Result: Vector3"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "RandomPointInWedge",
"name": "Random Point In Wedge",
"category": "Math/Random",
"tooltip": "returns a random point in the specified wedge",
"subtitle": "Random"
"tooltip": "Returns a random point in the specified wedge"
},
"slots": [
{
@@ -24,45 +23,45 @@
}
},
{
"key": "DataInput_Vector3: Origin",
"key": "DataInput_Origin",
"details": {
"name": "Vector3: Origin"
"name": "Origin"
}
},
{
"key": "DataInput_Vector3: Direction",
"key": "DataInput_Direction",
"details": {
"name": "Vector3: Direction"
"name": "Direction"
}
},
{
"key": "DataInput_Vector3: Normal",
"key": "DataInput_Normal",
"details": {
"name": "Vector3: Normal"
"name": "Normal"
}
},
{
"key": "DataInput_Number: Radius",
"key": "DataInput_Radius",
"details": {
"name": "Number: Radius"
"name": "Radius"
}
},
{
"key": "DataInput_Number: Height",
"key": "DataInput_Height",
"details": {
"name": "Number: Height"
"name": "Height"
}
},
{
"key": "DataInput_Number: Angle",
"key": "DataInput_Angle",
"details": {
"name": "Number: Angle"
"name": "Angle"
}
},
{
"key": "DataOutput_Result: Vector3",
"key": "DataOutput_Result",
"details": {
"name": "Result: Vector3"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "RandomPointOnCircle",
"name": "Random Point On Circle",
"category": "Math/Random",
"tooltip": "returns a random point on the circumference of a circle",
"subtitle": "Random"
"tooltip": "Returns a random point on the circumference of a circle"
},
"slots": [
{
@@ -24,15 +23,15 @@
}
},
{
"key": "DataInput_Number: Radius",
"key": "DataInput_Radius",
"details": {
"name": "Number: Radius"
"name": "Radius"
}
},
{
"key": "DataOutput_Result: Vector3",
"key": "DataOutput_Result",
"details": {
"name": "Result: Vector3"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "RandomPointOnSphere",
"name": "Random Point On Sphere",
"category": "Math/Random",
"tooltip": "returns a random point on the surface of a sphere",
"subtitle": "Random"
"tooltip": "Returns a random point on the surface of a sphere"
},
"slots": [
{
@@ -24,15 +23,15 @@
}
},
{
"key": "DataInput_Number: Radius",
"key": "DataInput_Radius",
"details": {
"name": "Number: Radius"
"name": "Radius"
}
},
{
"key": "DataOutput_Result: Vector3",
"key": "DataOutput_Result",
"details": {
"name": "Result: Vector3"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "RandomQuaternion",
"name": "Random Quaternion",
"category": "Math/Random",
"tooltip": "returns a random quaternion",
"subtitle": "Random"
"tooltip": "Returns a random quaternion"
},
"slots": [
{
@@ -24,21 +23,21 @@
}
},
{
"key": "DataInput_Number: Min",
"key": "DataInput_Min",
"details": {
"name": "Number: Min"
"name": "Min"
}
},
{
"key": "DataInput_Number: Max",
"key": "DataInput_Max",
"details": {
"name": "Number: Max"
"name": "Max"
}
},
{
"key": "DataOutput_Result: Quaternion",
"key": "DataOutput_Result",
"details": {
"name": "Result: Quaternion"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "RandomUnitVector2",
"name": "Random Unit Vector2",
"category": "Math/Random",
"tooltip": "returns a random Vector2 direction",
"subtitle": "Random"
"tooltip": "Returns a random Vector2 direction"
},
"slots": [
{
@@ -24,9 +23,9 @@
}
},
{
"key": "DataOutput_Result: Vector2",
"key": "DataOutput_Result",
"details": {
"name": "Result: Vector2"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "RandomUnitVector3",
"name": "Random Unit Vector3",
"category": "Math/Random",
"tooltip": "returns a random Vector3 direction",
"subtitle": "Random"
"tooltip": "Returns a random Vector3 direction"
},
"slots": [
{
@@ -24,9 +23,9 @@
}
},
{
"key": "DataOutput_Result: Vector3",
"key": "DataOutput_Result",
"details": {
"name": "Result: Vector3"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "RandomVector2",
"name": "Random Vector2",
"category": "Math/Random",
"tooltip": "returns a random Vector2",
"subtitle": "Random"
"tooltip": "Returns a random Vector2"
},
"slots": [
{
@@ -24,21 +23,21 @@
}
},
{
"key": "DataInput_Vector2: Min",
"key": "DataInput_Min",
"details": {
"name": "Vector2: Min"
"name": "Min"
}
},
{
"key": "DataInput_Vector2: Max",
"key": "DataInput_Max",
"details": {
"name": "Vector2: Max"
"name": "Max"
}
},
{
"key": "DataOutput_Result: Vector2",
"key": "DataOutput_Result",
"details": {
"name": "Result: Vector2"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "RandomVector3",
"name": "Random Vector3",
"category": "Math/Random",
"tooltip": "returns a random Vector3",
"subtitle": "Random"
"tooltip": "Returns a random Vector3"
},
"slots": [
{
@@ -24,21 +23,21 @@
}
},
{
"key": "DataInput_Vector3: Min",
"key": "DataInput_Min",
"details": {
"name": "Vector3: Min"
"name": "Min"
}
},
{
"key": "DataInput_Vector3: Max",
"key": "DataInput_Max",
"details": {
"name": "Vector3: Max"
"name": "Max"
}
},
{
"key": "DataOutput_Result: Vector3",
"key": "DataOutput_Result",
"details": {
"name": "Result: Vector3"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "RandomVector4",
"name": "Random Vector4",
"category": "Math/Random",
"tooltip": "returns a random Vector4",
"subtitle": "Random"
"tooltip": "Returns a random Vector4"
},
"slots": [
{
@@ -24,21 +23,21 @@
}
},
{
"key": "DataInput_Vector4: Min",
"key": "DataInput_Min",
"details": {
"name": "Vector4: Min"
"name": "Min"
}
},
{
"key": "DataInput_Vector4: Max",
"key": "DataInput_Max",
"details": {
"name": "Vector4: Max"
"name": "Max"
}
},
{
"key": "DataOutput_Result: Vector4",
"key": "DataOutput_Result",
"details": {
"name": "Result: Vector4"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "FromMatrix3x3",
"name": "From Matrix3x3",
"category": "Math/Transform",
"tooltip": "returns a transform with from 3x3 matrix and with the translation set to zero",
"subtitle": "Transform"
"tooltip": "Returns a transform with from 3x3 matrix and with the translation set to zero"
},
"slots": [
{
@@ -24,15 +23,15 @@
}
},
{
"key": "DataInput_Matrix3x3: Source",
"key": "DataInput_Source",
"details": {
"name": "Matrix3x3: Source"
"name": "Source"
}
},
{
"key": "DataOutput_Result: Transform",
"key": "DataOutput_Result",
"details": {
"name": "Result: Transform"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "FromMatrix3x3AndTranslation",
"name": "From Matrix3x3 And Translation",
"category": "Math/Transform",
"tooltip": "returns a transform from the 3x3 matrix and the translation",
"subtitle": "Transform"
"tooltip": "Returns a transform from the 3x3 matrix and the translation"
},
"slots": [
{
@@ -24,21 +23,21 @@
}
},
{
"key": "DataInput_Matrix3x3: Matrix",
"key": "DataInput_Matrix",
"details": {
"name": "Matrix3x3: Matrix"
"name": "Matrix"
}
},
{
"key": "DataInput_Vector3: Translation",
"key": "DataInput_Translation",
"details": {
"name": "Vector3: Translation"
"name": "Translation"
}
},
{
"key": "DataOutput_Result: Transform",
"key": "DataOutput_Result",
"details": {
"name": "Result: Transform"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "FromRotation",
"name": "From Rotation",
"category": "Math/Transform",
"tooltip": "returns a transform from the rotation and with the translation set to zero",
"subtitle": "Transform"
"tooltip": "Returns a transform from the rotation and with the translation set to zero"
},
"slots": [
{
@@ -24,15 +23,15 @@
}
},
{
"key": "DataInput_Quaternion: Source",
"key": "DataInput_Source",
"details": {
"name": "Quaternion: Source"
"name": "Source"
}
},
{
"key": "DataOutput_Result: Transform",
"key": "DataOutput_Result",
"details": {
"name": "Result: Transform"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "FromRotationAndTranslation",
"name": "From Rotation And Translation",
"category": "Math/Transform",
"tooltip": "returns a transform from the rotation and the translation",
"subtitle": "Transform"
"tooltip": "Returns a transform from the rotation and the translation"
},
"slots": [
{
@@ -24,21 +23,21 @@
}
},
{
"key": "DataInput_Quaternion: Rotation",
"key": "DataInput_Rotation",
"details": {
"name": "Quaternion: Rotation"
"name": "Rotation"
}
},
{
"key": "DataInput_Vector3: Translation",
"key": "DataInput_Translation",
"details": {
"name": "Vector3: Translation"
"name": "Translation"
}
},
{
"key": "DataOutput_Result: Transform",
"key": "DataOutput_Result",
"details": {
"name": "Result: Transform"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "FromScale",
"name": "From Scale",
"category": "Math/Transform",
"tooltip": "returns a transform which applies the specified uniform Scale, but no rotation or translation",
"subtitle": "Transform"
"tooltip": "Returns a transform which applies the specified uniform Scale, but no rotation or translation"
},
"slots": [
{
@@ -24,15 +23,15 @@
}
},
{
"key": "DataInput_Number: Scale",
"key": "DataInput_Scale",
"details": {
"name": "Number: Scale"
"name": "Scale"
}
},
{
"key": "DataOutput_Result: Transform",
"key": "DataOutput_Result",
"details": {
"name": "Result: Transform"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "FromTranslation",
"name": "From Translation",
"category": "Math/Transform",
"tooltip": "returns a translation matrix and the rotation set to zero",
"subtitle": "Transform"
"tooltip": "Returns a translation matrix and the rotation set to zero"
},
"slots": [
{
@@ -24,15 +23,15 @@
}
},
{
"key": "DataInput_Vector3: Translation",
"key": "DataInput_Translation",
"details": {
"name": "Vector3: Translation"
"name": "Translation"
}
},
{
"key": "DataOutput_Result: Transform",
"key": "DataOutput_Result",
"details": {
"name": "Result: Transform"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "GetForward",
"name": "Get Forward",
"category": "Math/Transform",
"tooltip": "returns the forward direction vector from the specified transform scaled by a given value (O3DE uses Z up, right handed)",
"subtitle": "Transform"
"tooltip": "Returns the forward direction vector from the specified transform scaled by a given value (O3DE uses Z up, right handed)"
},
"slots": [
{
@@ -24,21 +23,21 @@
}
},
{
"key": "DataInput_Transform: Source",
"key": "DataInput_Source",
"details": {
"name": "Transform: Source"
"name": "Source"
}
},
{
"key": "DataInput_Number: Scale",
"key": "DataInput_Scale",
"details": {
"name": "Number: Scale"
"name": "Scale"
}
},
{
"key": "DataOutput_Result: Vector3",
"key": "DataOutput_Result",
"details": {
"name": "Result: Vector3"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "GetRight",
"name": "Get Right",
"category": "Math/Transform",
"tooltip": "returns the right direction vector from the specified transform scaled by a given value (O3DE uses Z up, right handed)",
"subtitle": "Transform"
"tooltip": "Returns the right direction vector from the specified transform scaled by a given value (O3DE uses Z up, right handed)"
},
"slots": [
{
@@ -24,21 +23,21 @@
}
},
{
"key": "DataInput_Transform: Source",
"key": "DataInput_Source",
"details": {
"name": "Transform: Source"
"name": "Source"
}
},
{
"key": "DataInput_Number: Scale",
"key": "DataInput_Scale",
"details": {
"name": "Number: Scale"
"name": "Scale"
}
},
{
"key": "DataOutput_Result: Vector3",
"key": "DataOutput_Result",
"details": {
"name": "Result: Vector3"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "GetTranslation",
"name": "Get Translation",
"category": "Math/Transform",
"tooltip": "returns the translation of Source",
"subtitle": "Transform"
"tooltip": "Returns the translation of Source"
},
"slots": [
{
@@ -24,15 +23,15 @@
}
},
{
"key": "DataInput_Transform: Source",
"key": "DataInput_Source",
"details": {
"name": "Transform: Source"
"name": "Source"
}
},
{
"key": "DataOutput_Result: Vector3",
"key": "DataOutput_Result",
"details": {
"name": "Result: Vector3"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "GetUp",
"name": "Get Up",
"category": "Math/Transform",
"tooltip": "returns the up direction vector from the specified transform scaled by a given value (O3DE uses Z up, right handed)",
"subtitle": "Transform"
"tooltip": "Returns the up direction vector from the specified transform scaled by a given value (O3DE uses Z up, right handed)"
},
"slots": [
{
@@ -24,21 +23,21 @@
}
},
{
"key": "DataInput_Transform: Source",
"key": "DataInput_Source",
"details": {
"name": "Transform: Source"
"name": "Source"
}
},
{
"key": "DataInput_Number: Scale",
"key": "DataInput_Scale",
"details": {
"name": "Number: Scale"
"name": "Scale"
}
},
{
"key": "DataOutput_Result: Vector3",
"key": "DataOutput_Result",
"details": {
"name": "Result: Vector3"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "IsClose",
"name": "Is Close",
"category": "Math/Transform",
"tooltip": "returns true if every row of A is within Tolerance of corresponding row in B, else false",
"subtitle": "Transform"
"tooltip": "Returns true if every row of A is within Tolerance of corresponding row in B, else false"
},
"slots": [
{
@@ -24,27 +23,27 @@
}
},
{
"key": "DataInput_Transform: A",
"key": "DataInput_A",
"details": {
"name": "Transform: A"
"name": "A"
}
},
{
"key": "DataInput_Transform: B",
"key": "DataInput_B",
"details": {
"name": "Transform: 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/Transform",
"tooltip": "returns true if every row of source is finite, else false",
"subtitle": "Transform"
"tooltip": "Returns true if every row of source is finite, else false"
},
"slots": [
{
@@ -24,15 +23,15 @@
}
},
{
"key": "DataInput_Transform: Source",
"key": "DataInput_Source",
"details": {
"name": "Transform: 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/Transform",
"tooltip": "returns true if the upper 3x3 matrix of Source is within Tolerance of orthogonal, else false",
"subtitle": "Transform"
"tooltip": "Returns true if the upper 3x3 matrix of Source is within Tolerance of orthogonal, else false"
},
"slots": [
{
@@ -24,21 +23,21 @@
}
},
{
"key": "DataInput_Transform: Source",
"key": "DataInput_Source",
"details": {
"name": "Transform: Source"
"name": "Source"
}
},
{
"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": "MultiplyByUniformScale",
"name": "Multiply By Uniform Scale",
"category": "Math/Transform",
"tooltip": "returns Source multiplied uniformly by Scale",
"subtitle": "Transform"
"tooltip": "Returns Source multiplied uniformly by Scale"
},
"slots": [
{
@@ -24,21 +23,21 @@
}
},
{
"key": "DataInput_Transform: Source",
"key": "DataInput_Source",
"details": {
"name": "Transform: Source"
"name": "Source"
}
},
{
"key": "DataInput_Number: Scale",
"key": "DataInput_Scale",
"details": {
"name": "Number: Scale"
"name": "Scale"
}
},
{
"key": "DataOutput_Result: Transform",
"key": "DataOutput_Result",
"details": {
"name": "Result: Transform"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "MultiplyByVector3",
"name": "Multiply By Vector3",
"category": "Math/Transform",
"tooltip": "returns Source post multiplied by Multiplier",
"subtitle": "Transform"
"tooltip": "Returns Source post multiplied by Multiplier"
},
"slots": [
{
@@ -24,21 +23,21 @@
}
},
{
"key": "DataInput_Transform: Source",
"key": "DataInput_Source",
"details": {
"name": "Transform: Source"
"name": "Source"
}
},
{
"key": "DataInput_Vector3: Multiplier",
"key": "DataInput_Multiplier",
"details": {
"name": "Vector3: Multiplier"
"name": "Multiplier"
}
},
{
"key": "DataOutput_Result: Vector3",
"key": "DataOutput_Result",
"details": {
"name": "Result: Vector3"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "MultiplyByVector4",
"name": "Multiply By Vector4",
"category": "Math/Transform",
"tooltip": "returns Source post multiplied by Multiplier",
"subtitle": "Transform"
"tooltip": "Returns Source post multiplied by Multiplier"
},
"slots": [
{
@@ -24,21 +23,21 @@
}
},
{
"key": "DataInput_Transform: Source",
"key": "DataInput_Source",
"details": {
"name": "Transform: Source"
"name": "Source"
}
},
{
"key": "DataInput_Vector4: Multiplier",
"key": "DataInput_Multiplier",
"details": {
"name": "Vector4: Multiplier"
"name": "Multiplier"
}
},
{
"key": "DataOutput_Result: Vector4",
"key": "DataOutput_Result",
"details": {
"name": "Result: Vector4"
"name": "Result"
}
}
]
@@ -7,8 +7,7 @@
"details": {
"name": "Orthogonalize",
"category": "Math/Transform",
"tooltip": "returns an orthogonal matrix if the Source is almost orthogonal",
"subtitle": "Transform"
"tooltip": "Returns an orthogonal matrix if the Source is almost orthogonal"
},
"slots": [
{
@@ -24,15 +23,15 @@
}
},
{
"key": "DataInput_Transform: Source",
"key": "DataInput_Source",
"details": {
"name": "Transform: Source"
"name": "Source"
}
},
{
"key": "DataOutput_Result: Transform",
"key": "DataOutput_Result",
"details": {
"name": "Result: Transform"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "RotationXDegrees",
"name": "Rotation X (Degrees)",
"category": "Math/Transform",
"tooltip": "returns a transform representing a rotation Degrees around the X-Axis",
"subtitle": "Transform"
"tooltip": "Returns a transform representing a rotation Degrees around the X-Axis"
},
"slots": [
{
@@ -24,15 +23,15 @@
}
},
{
"key": "DataInput_Number: Degrees",
"key": "DataInput_Degrees",
"details": {
"name": "Number: Degrees"
"name": "Degrees"
}
},
{
"key": "DataOutput_Result: Transform",
"key": "DataOutput_Result",
"details": {
"name": "Result: Transform"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "RotationYDegrees",
"name": "Rotation Y (Degrees)",
"category": "Math/Transform",
"tooltip": "returns a transform representing a rotation Degrees around the Y-Axis",
"subtitle": "Transform"
"tooltip": "Returns a transform representing a rotation Degrees around the Y-Axis"
},
"slots": [
{
@@ -24,15 +23,15 @@
}
},
{
"key": "DataInput_Number: Degrees",
"key": "DataInput_Degrees",
"details": {
"name": "Number: Degrees"
"name": "Degrees"
}
},
{
"key": "DataOutput_Result: Transform",
"key": "DataOutput_Result",
"details": {
"name": "Result: Transform"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "RotationZDegrees",
"name": "Rotation Z (Degrees)",
"category": "Math/Transform",
"tooltip": "returns a transform representing a rotation Degrees around the Z-Axis",
"subtitle": "Transform"
"tooltip": "Returns a transform representing a rotation Degrees around the Z-Axis"
},
"slots": [
{
@@ -24,15 +23,15 @@
}
},
{
"key": "DataInput_Number: Degrees",
"key": "DataInput_Degrees",
"details": {
"name": "Number: Degrees"
"name": "Degrees"
}
},
{
"key": "DataOutput_Result: Transform",
"key": "DataOutput_Result",
"details": {
"name": "Result: Transform"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "ToScale",
"name": "To Scale",
"category": "Math/Transform",
"tooltip": "returns the uniform scale of the Source",
"subtitle": "Transform"
"tooltip": "Returns the uniform scale of the Source"
},
"slots": [
{
@@ -24,15 +23,15 @@
}
},
{
"key": "DataInput_Transform: Source",
"key": "DataInput_Source",
"details": {
"name": "Transform: Source"
"name": "Source"
}
},
{
"key": "DataOutput_Result: Number",
"key": "DataOutput_Result",
"details": {
"name": "Result: Number"
"name": "Result"
}
}
]
@@ -7,8 +7,7 @@
"details": {
"name": "Absolute",
"category": "Math/Vector2",
"tooltip": "returns a vector with the absolute values of the elements of the source",
"subtitle": "Vector2"
"tooltip": "Returns a vector with the absolute values of the elements of the source"
},
"slots": [
{
@@ -24,15 +23,15 @@
}
},
{
"key": "DataInput_Vector2: Source",
"key": "DataInput_Source",
"details": {
"name": "Vector2: Source"
"name": "Source"
}
},
{
"key": "DataOutput_Result: Vector2",
"key": "DataOutput_Result",
"details": {
"name": "Result: Vector2"
"name": "Result"
}
}
]
@@ -7,8 +7,7 @@
"details": {
"name": "Angle",
"category": "Math/Vector2",
"tooltip": "returns a unit length vector from an angle in radians",
"subtitle": "Vector2"
"tooltip": "Returns a unit length vector from an angle in radians"
},
"slots": [
{
@@ -24,15 +23,15 @@
}
},
{
"key": "DataInput_Number: Angle",
"key": "DataInput_Angle",
"details": {
"name": "Number: Angle"
"name": "Angle"
}
},
{
"key": "DataOutput_Result: Vector2",
"key": "DataOutput_Result",
"details": {
"name": "Result: Vector2"
"name": "Result"
}
}
]
@@ -7,8 +7,7 @@
"details": {
"name": "Clamp",
"category": "Math/Vector2",
"tooltip": "returns vector clamped to [min, max] and equal to source if possible",
"subtitle": "Vector2"
"tooltip": "Returns vector clamped to [min, max] and equal to source if possible"
},
"slots": [
{
@@ -24,27 +23,27 @@
}
},
{
"key": "DataInput_Vector2: Source",
"key": "DataInput_Source",
"details": {
"name": "Vector2: Source"
"name": "Source"
}
},
{
"key": "DataInput_Vector2: Min",
"key": "DataInput_Min",
"details": {
"name": "Vector2: Min"
"name": "Min"
}
},
{
"key": "DataInput_Vector2: Max",
"key": "DataInput_Max",
"details": {
"name": "Vector2: Max"
"name": "Max"
}
},
{
"key": "DataOutput_Result: Vector2",
"key": "DataOutput_Result",
"details": {
"name": "Result: Vector2"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "DirectionTo",
"name": "Direction To",
"category": "Math/Vector2",
"tooltip": "Returns a direction vector between two points and the distance between them, by default the direction will be normalized, but it may be optionally scaled using the Scale parameter if different from 1.0",
"subtitle": "Vector2"
"tooltip": "Returns a direction vector between two points and the distance between them, by default the direction will be normalized, but it may be optionally scaled using the Scale parameter if different from 1.0"
},
"slots": [
{
@@ -24,33 +23,27 @@
}
},
{
"key": "DataInput_Vector2: From",
"key": "DataInput_From",
"details": {
"name": "Vector2: From"
"name": "From"
}
},
{
"key": "DataInput_Vector2: To",
"key": "DataInput_To",
"details": {
"name": "Vector2: To"
"name": "To"
}
},
{
"key": "DataInput_Number: Scale",
"key": "DataInput_Scale",
"details": {
"name": "Number: Scale"
"name": "Scale"
}
},
{
"key": "DataOutput_Result: Vector2",
"key": "DataOutput_Result",
"details": {
"name": "Result: Vector2"
}
},
{
"key": "DataOutput_Result: Number",
"details": {
"name": "Result: Number"
"name": "Result"
}
}
]
@@ -7,8 +7,7 @@
"details": {
"name": "Distance",
"category": "Math/Vector2",
"tooltip": "returns the distance from B to A, that is the magnitude of the vector (A - B)",
"subtitle": "Vector2"
"tooltip": "Returns the distance from B to A, that is the magnitude of the vector (A - B)"
},
"slots": [
{
@@ -24,21 +23,21 @@
}
},
{
"key": "DataInput_Vector2: A",
"key": "DataInput_A",
"details": {
"name": "Vector2: A"
"name": "A"
}
},
{
"key": "DataInput_Vector2: B",
"key": "DataInput_B",
"details": {
"name": "Vector2: B"
"name": "B"
}
},
{
"key": "DataOutput_Result: Number",
"key": "DataOutput_Result",
"details": {
"name": "Result: Number"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "DistanceSquared",
"name": "Distance Squared",
"category": "Math/Vector2",
"tooltip": "returns the distance squared from B to A, (generally faster than the actual distance if only needed for comparison)",
"subtitle": "Vector2"
"tooltip": "Returns the distance squared from B to A, (generally faster than the actual distance if only needed for comparison)"
},
"slots": [
{
@@ -24,21 +23,21 @@
}
},
{
"key": "DataInput_Vector2: A",
"key": "DataInput_A",
"details": {
"name": "Vector2: A"
"name": "A"
}
},
{
"key": "DataInput_Vector2: B",
"key": "DataInput_B",
"details": {
"name": "Vector2: B"
"name": "B"
}
},
{
"key": "DataOutput_Result: Number",
"key": "DataOutput_Result",
"details": {
"name": "Result: Number"
"name": "Result"
}
}
]
@@ -7,8 +7,7 @@
"details": {
"name": "Dot",
"category": "Math/Vector2",
"tooltip": "returns the vector dot product of A dot B",
"subtitle": "Vector2"
"tooltip": "Returns the vector dot product of A dot B"
},
"slots": [
{
@@ -24,21 +23,21 @@
}
},
{
"key": "DataInput_Vector2: A",
"key": "DataInput_A",
"details": {
"name": "Vector2: A"
"name": "A"
}
},
{
"key": "DataInput_Vector2: B",
"key": "DataInput_B",
"details": {
"name": "Vector2: B"
"name": "B"
}
},
{
"key": "DataOutput_Result: Number",
"key": "DataOutput_Result",
"details": {
"name": "Result: Number"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "FromValues",
"name": "From Values",
"category": "Math/Vector2",
"tooltip": "returns a vector from elements",
"subtitle": "Vector2"
"tooltip": "Returns a vector from elements"
},
"slots": [
{
@@ -24,21 +23,21 @@
}
},
{
"key": "DataInput_Number: X",
"key": "DataInput_X",
"details": {
"name": "Number: X"
"name": "X"
}
},
{
"key": "DataInput_Number: Y",
"key": "DataInput_Y",
"details": {
"name": "Number: Y"
"name": "Y"
}
},
{
"key": "DataOutput_Result: Vector2",
"key": "DataOutput_Result",
"details": {
"name": "Result: Vector2"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "GetElement",
"name": "Get Element",
"category": "Math/Vector2",
"tooltip": "returns the element corresponding to the index (0 -> x) (1 -> y)",
"subtitle": "Vector2"
"tooltip": "Returns the element corresponding to the index (0 -> x) (1 -> y)"
},
"slots": [
{
@@ -24,21 +23,21 @@
}
},
{
"key": "DataInput_Vector2: Source",
"key": "DataInput_Source",
"details": {
"name": "Vector2: Source"
"name": "Source"
}
},
{
"key": "DataInput_Number: Index",
"key": "DataInput_Index",
"details": {
"name": "Number: Index"
"name": "Index"
}
},
{
"key": "DataOutput_Result: Number",
"key": "DataOutput_Result",
"details": {
"name": "Result: Number"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "IsClose",
"name": "Is Close",
"category": "Math/Vector2",
"tooltip": "returns true if the difference between A and B is less than tolerance, else false",
"subtitle": "Vector2"
"tooltip": "Returns true if the difference between A and B is less than tolerance, else false"
},
"slots": [
{
@@ -24,27 +23,27 @@
}
},
{
"key": "DataInput_Vector2: A",
"key": "DataInput_A",
"details": {
"name": "Vector2: A"
"name": "A"
}
},
{
"key": "DataInput_Vector2: B",
"key": "DataInput_B",
"details": {
"name": "Vector2: 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/Vector2",
"tooltip": "returns true if every element in the source is finite, else false",
"subtitle": "Vector2"
"tooltip": "Returns true if every element in the source is finite, else false"
},
"slots": [
{
@@ -24,15 +23,15 @@
}
},
{
"key": "DataInput_Vector2: Source",
"key": "DataInput_Source",
"details": {
"name": "Vector2: 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": "IsNormalized",
"name": "Is Normalized",
"category": "Math/Vector2",
"tooltip": "returns true if the length of the source is within tolerance of 1.0, else false",
"subtitle": "Vector2"
"tooltip": "Returns true if the length of the source is within tolerance of 1.0, else false"
},
"slots": [
{
@@ -24,21 +23,21 @@
}
},
{
"key": "DataInput_Vector2: Source",
"key": "DataInput_Source",
"details": {
"name": "Vector2: Source"
"name": "Source"
}
},
{
"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": "IsZero",
"name": "Is Zero",
"category": "Math/Vector2",
"tooltip": "returns true if A is within tolerance of the zero vector, else false",
"subtitle": "Vector2"
"tooltip": "Returns true if A is within tolerance of the zero vector, else false"
},
"slots": [
{
@@ -24,21 +23,21 @@
}
},
{
"key": "DataInput_Vector2: Source",
"key": "DataInput_Source",
"details": {
"name": "Vector2: Source"
"name": "Source"
}
},
{
"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"
}
}
]

Some files were not shown because too many files have changed in this diff Show More