Math.Vector3

(in ./Carbon/Math/Vector3.lua)

A 3-length vector.

The loose form of a Vector3, loose<Vector3> is of the form (x, y, z).

Inherits Math.Vector<3>


Methods

object public Vector3:CrossMultiply(Vector3 other, [Vector3 out])

Returns Vector3

  • required other: The Vector3 to find the cross product with.
  • optional out: Where to put the resulting data.

Calculates the cross product of two vectors, optionally putting the data into an existing Vector3.


Properties

[none]