Click or drag to resize

BasisTdoty Method

Transposed dot product with the Y axis of the matrix.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public float Tdoty(
	Vector3 with
)

Parameters

with
Type: GodotVector3
A vector to calculate the dot product with.

Return Value

Type: Single
The resulting dot product.
See Also