Click or drag to resize
Vector3Dot Method

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

Overload List
  NameDescription
Public methodDot(Vector3)
Public methodDot(Vector3)
Public methodStatic memberDot(Vector3, Vector3)
Calculates the dot product of two vectors. If the two vectors are unit vectors, the dot product returns a floating point value between -1 and 1 that can be used to determine some properties of the angle between two vectors. For example, it can show whether the vectors are orthogonal, parallel, or have an acute or obtuse angle between them.
Public methodStatic memberDot(Vector3, Vector3, Single)
Calculates the dot product of two vectors and writes the result to a user-specified variable. If the two vectors are unit vectors, the dot product returns a floating point value between -1 and 1 that can be used to determine some properties of the angle between two vectors. For example, it can show whether the vectors are orthogonal, parallel, or have an acute or obtuse angle between them.
Top
See Also