Vector4
.Project
Manual
Reference
Scripting
Scripting
>
Runtime Classes
>
Vector4
Vector4
.Project
Menu
Overview
Runtime Classes
Attributes
Enumerations
Editor Classes
Enumerations
History
Index
Vector4
All Members
Variables
magnitude
normalized
sqrMagnitude
this [int index]
w
x
y
z
Constructors
Vector4
Functions
Normalize
Scale
ToString
Class Variables
one
zero
Class Functions
Distance
Dot
Lerp
Max
Min
MoveTowards
operator !=
operator *
operator +
operator -
operator /
operator ==
operator Vector3
operator Vector4
Project
Scale
static
function
Project (a : Vector4, b : Vector4) : Vector4
Description
Projects a vector onto another vector.
Returns
a
projected onto
b
.