Click or drag to resize

Vector3DirectionTo Method

Returns the normalized vector pointing from this vector to `b`.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Vector3 DirectionTo(
	Vector3 b
)

Parameters

b
Type: GodotVector3
The other vector to point towards.

Return Value

Type: Vector3
The direction from this vector to `b`.
See Also