nanos world API Reference Unofficial documentation
Function Shared

Vector.Cross

Returns the cross product between this vector and another vector

Syntax

Lua
my_vector:Cross(other)

Parameters

Name Type Default Description
other Vector The vector to cross with

Returns

  • Vector the cross product vector