TestDotProduct3D

Inherits: QueryTest3D < Node3D

A query test that tests the dot product between two QueryContext3Ds.

Description

A query test that tests the dot product between two QueryContext3Ds.

Properties

float

cost

0.78 (overrides QueryTest3D)

QueryContext3D

line_a_rotation

QueryContext3D

line_b_rotation

bool

use_absolute_value

false

Methods

QueryContext3D

get_line_a_from()

LineMode

get_line_a_mode() const

QueryContext3D

get_line_a_to()

QueryContext3D

get_line_b_from()

LineMode

get_line_b_mode() const

QueryContext3D

get_line_b_to()

void

set_line_a_from(context: QueryContext3D)

void

set_line_a_mode(mode: LineMode)

void

set_line_a_to(context: QueryContext3D)

void

set_line_b_from(context: QueryContext3D)

void

set_line_b_mode(mode: LineMode)

void

set_line_b_to(context: QueryContext3D)


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

QueryContext3D line_a_rotation 🔗

There is currently no description for this property. Please help us by contributing one!


QueryContext3D 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)

  • bool get_use_absolute_value()

There is currently no description for this property. Please help us by contributing one!


Method Descriptions

QueryContext3D 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!


QueryContext3D get_line_a_to() 🔗

There is currently no description for this method. Please help us by contributing one!


QueryContext3D 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!


QueryContext3D get_line_b_to() 🔗

There is currently no description for this method. Please help us by contributing one!


void set_line_a_from(context: QueryContext3D) 🔗

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: QueryContext3D) 🔗

There is currently no description for this method. Please help us by contributing one!


void set_line_b_from(context: QueryContext3D) 🔗

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: QueryContext3D) 🔗

There is currently no description for this method. Please help us by contributing one!