📙
Skript Tutorials
  • Introduction
    • The Basics
    • Syntax Overview
    • Debugging
    • Useful Resources
  • Core Concepts
    • Indentation and Program Flow
      • Conditionals
      • Loops
      • Functions
    • Variables
      • Global and Local
      • List Basics
      • Options and the Variables Section
      • Memory Variables, Metadata, and Alternatives
    • Lists
      • Filters
      • Index Serialization
    • Text?
    • Custom Commands
    • Vectors
      • Vectors in Skript
        • Other Ways to Create Vectors
      • Working with Vectors
      • Proper Vector Math
  • Unfinished
    • Syntax Types
      • Reading Syntax
      • Events
      • Conditions
      • Effects
      • Literals and Aliases
      • Expressions
      • Sections
    • Auxiliary Guides
      • Cooldowns
      • Using Math
      • Useful Config Options
      • Naming Conventions
      • Writing Good Code
Powered by GitBook
On this page
  • Incomplete.
  • Slightly Advanced Syntax
  • Angle Between Vectors
  • Rotate Vector Around Vector
  • Vector Dot Product
  • Vector Cross Product

Was this helpful?

Edit on GitHub
  1. Core Concepts
  2. Vectors

Proper Vector Math

More advanced and mathematical approaches to vectors.

Incomplete.


Slightly Advanced Syntax

The concepts below are typically deemed as a little outside of the basics of vectors, but shouldn't be too complex if you understood everything so far.

Angle Between Vectors

Rotate Vector Around Vector

Vector Dot Product

Vector Cross Product

PreviousWorking with VectorsNextSyntax Types

Last updated 1 year ago

Was this helpful?