Skip to main content

Operator ( Quaternion * Vector3 )

Rotates the point rhs with rotation lhs.

LHS TypeSymbolRHS TypeResult Type
Quaternion*Vector3Vector3

Usage

---@type Quaternion
local lhs;

---@type Vector3
local rhs;

local result = lhs * rhs; -- result is Vector3