Vector3ProjectOnTo Method

RAGE Plugin Hook Documentation

[This is preliminary documentation and is subject to change.]

Gets a new vector representing this vector projected onto the target vector.

Namespace:  Rage
Assembly:  RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax

public Vector3 ProjectOnTo(
	Vector3 target
)

Parameters

target
Type: RageVector3
The vector to project onto.

Return Value

Type: Vector3
An instance of Vector3 representing the result.
See Also

Reference