You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
o3de/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/MathVector3_IsPerpendicular...

52 lines
1.5 KiB
Plaintext

{
"entries": [
{
"base": "{775DA8B7-881F-55AF-911B-9CD28DC5F9B0}",
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "Is Perpendicular",
"category": "Math/Vector3",
"tooltip": "returns true if A is within tolerance of perpendicular with B, that is if Dot(A, B) < tolerance, else false"
},
"slots": [
{
"base": "Input_In_0",
"details": {
"name": "In"
}
},
{
"base": "Output_Out_0",
"details": {
"name": "Out"
}
},
{
"base": "DataInput_A_0",
"details": {
"name": "A"
}
},
{
"base": "DataInput_B_1",
"details": {
"name": "B"
}
},
{
"base": "DataInput_Tolerance_2",
"details": {
"name": "Tolerance"
}
},
{
"base": "DataOutput_Result_0",
"details": {
"name": "Result"
}
}
]
}
]
}