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/Classes/MathPlane_VM.names

382 lines
14 KiB
Plaintext

{
"entries": [
{
"base": "MathPlane_VM",
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "MathPlane_VM"
},
"methods": [
{
"base": "GetPlaneEquationCoefficients",
"context": "MathPlane_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetPlaneEquationCoefficients"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetPlaneEquationCoefficients is invoked"
},
"details": {
"name": "MathPlane_VM::GetPlaneEquationCoefficients",
"category": "Other"
},
"params": [
{
"typeid": "{847DD984-9DBF-4789-8E25-E0334402E8AD}",
"details": {
"name": "Plane"
}
}
],
"results": [
{
"typeid": "{7352CD6D-91DA-536F-BFCC-BC513FB48B2D}",
"details": {
"name": "tuple<double double double double >"
}
}
]
},
{
"base": "GetDistance",
"context": "MathPlane_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetDistance"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetDistance is invoked"
},
"details": {
"name": "MathPlane_VM::GetDistance",
"category": "Other"
},
"params": [
{
"typeid": "{847DD984-9DBF-4789-8E25-E0334402E8AD}",
"details": {
"name": "Plane"
}
}
],
"results": [
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "double"
}
}
]
},
{
"base": "Project",
"context": "MathPlane_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Project"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Project is invoked"
},
"details": {
"name": "MathPlane_VM::Project",
"category": "Other"
},
"params": [
{
"typeid": "{847DD984-9DBF-4789-8E25-E0334402E8AD}",
"details": {
"name": "Plane"
}
},
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Vector3"
}
}
],
"results": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Vector3"
}
}
]
},
{
"base": "FromNormalAndPoint",
"context": "MathPlane_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke FromNormalAndPoint"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after FromNormalAndPoint is invoked"
},
"details": {
"name": "MathPlane_VM::FromNormalAndPoint",
"category": "Other"
},
"params": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Vector3"
}
},
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Vector3"
}
}
],
"results": [
{
"typeid": "{847DD984-9DBF-4789-8E25-E0334402E8AD}",
"details": {
"name": "Plane"
}
}
]
},
{
"base": "IsFinite",
"context": "MathPlane_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke IsFinite"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after IsFinite is invoked"
},
"details": {
"name": "MathPlane_VM::IsFinite",
"category": "Other"
},
"params": [
{
"typeid": "{847DD984-9DBF-4789-8E25-E0334402E8AD}",
"details": {
"name": "Plane"
}
}
],
"results": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
}
}
]
},
{
"base": "Transform",
"context": "MathPlane_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Transform"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Transform is invoked"
},
"details": {
"name": "MathPlane_VM::Transform",
"category": "Other"
},
"params": [
{
"typeid": "{847DD984-9DBF-4789-8E25-E0334402E8AD}",
"details": {
"name": "Plane"
}
},
{
"typeid": "{5D9958E9-9F1E-4985-B532-FFFDE75FEDFD}",
"details": {
"name": "const Transform&"
}
}
],
"results": [
{
"typeid": "{847DD984-9DBF-4789-8E25-E0334402E8AD}",
"details": {
"name": "Plane"
}
}
]
},
{
"base": "DistanceToPoint",
"context": "MathPlane_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke DistanceToPoint"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after DistanceToPoint is invoked"
},
"details": {
"name": "MathPlane_VM::DistanceToPoint",
"category": "Other"
},
"params": [
{
"typeid": "{847DD984-9DBF-4789-8E25-E0334402E8AD}",
"details": {
"name": "Plane"
}
},
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Vector3"
}
}
],
"results": [
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "double"
}
}
]
},
{
"base": "FromCoefficients",
"context": "MathPlane_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke FromCoefficients"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after FromCoefficients is invoked"
},
"details": {
"name": "MathPlane_VM::FromCoefficients",
"category": "Other"
},
"params": [
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "double"
}
},
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "double"
}
},
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "double"
}
},
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "double"
}
}
],
"results": [
{
"typeid": "{847DD984-9DBF-4789-8E25-E0334402E8AD}",
"details": {
"name": "Plane"
}
}
]
},
{
"base": "FromNormalAndDistance",
"context": "MathPlane_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke FromNormalAndDistance"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after FromNormalAndDistance is invoked"
},
"details": {
"name": "MathPlane_VM::FromNormalAndDistance",
"category": "Other"
},
"params": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Vector3"
}
},
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "double"
}
}
],
"results": [
{
"typeid": "{847DD984-9DBF-4789-8E25-E0334402E8AD}",
"details": {
"name": "Plane"
}
}
]
},
{
"base": "GetNormal",
"context": "MathPlane_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetNormal"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetNormal is invoked"
},
"details": {
"name": "MathPlane_VM::GetNormal",
"category": "Other"
},
"params": [
{
"typeid": "{847DD984-9DBF-4789-8E25-E0334402E8AD}",
"details": {
"name": "Plane"
}
}
],
"results": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Vector3"
}
}
]
}
]
}
]
}