TestDotProduct2D
Inherits: QueryTest2D < Node2D
A query test that tests the dot product between two QueryContext2Ds.
Description
A query test that tests the dot product between two QueryContext2Ds.
Properties
|
cost |
|
|
|
Methods
get_line_a_mode() const |
|
get_line_b_mode() const |
|
void |
set_line_a_from(context: QueryContext2D) |
void |
set_line_a_mode(mode: LineMode) |
void |
set_line_a_to(context: QueryContext2D) |
void |
set_line_b_from(context: QueryContext2D) |
void |
set_line_b_mode(mode: LineMode) |
void |
set_line_b_to(context: QueryContext2D) |
Enumerations
enum LineMode: 🔗
LineMode LINE_ROTATION = 0
There is currently no description for this enum. Please help us by contributing one!
LineMode LINE_TWO_POINTS = 1
There is currently no description for this enum. Please help us by contributing one!
Property Descriptions
QueryContext2D line_a_rotation 🔗
void set_line_a_rotation(value: QueryContext2D)
QueryContext2D get_line_a_rotation()
There is currently no description for this property. Please help us by contributing one!
QueryContext2D line_b_rotation 🔗
void set_line_b_rotation(value: QueryContext2D)
QueryContext2D get_line_b_rotation()
There is currently no description for this property. Please help us by contributing one!
bool use_absolute_value = false 🔗
void set_use_absolute_value(value:
bool)boolget_use_absolute_value()
There is currently no description for this property. Please help us by contributing one!
Method Descriptions
QueryContext2D get_line_a_from() 🔗
There is currently no description for this method. Please help us by contributing one!
LineMode get_line_a_mode() const 🔗
There is currently no description for this method. Please help us by contributing one!
QueryContext2D get_line_a_to() 🔗
There is currently no description for this method. Please help us by contributing one!
QueryContext2D get_line_b_from() 🔗
There is currently no description for this method. Please help us by contributing one!
LineMode get_line_b_mode() const 🔗
There is currently no description for this method. Please help us by contributing one!
QueryContext2D get_line_b_to() 🔗
There is currently no description for this method. Please help us by contributing one!
void set_line_a_from(context: QueryContext2D) 🔗
There is currently no description for this method. Please help us by contributing one!
void set_line_a_mode(mode: LineMode) 🔗
There is currently no description for this method. Please help us by contributing one!
void set_line_a_to(context: QueryContext2D) 🔗
There is currently no description for this method. Please help us by contributing one!
void set_line_b_from(context: QueryContext2D) 🔗
There is currently no description for this method. Please help us by contributing one!
void set_line_b_mode(mode: LineMode) 🔗
There is currently no description for this method. Please help us by contributing one!
void set_line_b_to(context: QueryContext2D) 🔗
There is currently no description for this method. Please help us by contributing one!