Transposed dot product with the Y axis of the matrix.
Namespace:
Godot
Assembly:
GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax public float Tdoty(
Vector3 with
)
Parameters
- with
- Type: GodotVector3
A vector to calculate the dot product with.
Return Value
Type:
SingleThe resulting dot product.
See Also