Vectors - Dot Product (Expression) — Skript
Addon: Skript · Category: Expression · Since: 2.2-dev28
Syntax
%vector% dot %vector%Description
Gets the dot product between two vectors.
Examples
set {_dot} to {_v1} dot {_v2}Skript Documentation is the best place to find the official skript documentation and feature latest working addons for the latest version of Skript.
Full documentationBrowse all docsAddon: Skript · Category: Expression · Since: 2.2-dev28
%vector% dot %vector%Gets the dot product between two vectors.
set {_dot} to {_v1} dot {_v2}