Skip to content
This repository has been archived by the owner on Dec 14, 2021. It is now read-only.
/ vectors Public archive

A Kotlin implementation of some vector math stuff

Notifications You must be signed in to change notification settings

altered-dev/vectors

Repository files navigation

This repo is no longer maintained. Visit alt3r3dgd/math instead.

Vectors

A Kotlin implementation of some vector math stuff

What is this?

This is literally just a bunch of classes: Vector2, Vector3, Vector4 and Quaternion. And also some helpful functions to operate with those.

Feel absolutely free to suggest any math mistake correction or any functions I have forgotten in the issues section.

How to use

  1. Go to the releases tab
  2. Grab a jar
  3. In IntelliJ IDEA, open Project Structure (Ctrl+Alt+Shift+S)
  4. Navigate to Modules page, Dependencies tab
  • Also make sure you have selected the correct module in the list
  1. Click the + button
  2. Select "JARs or directories..."
  3. Find the jar in the explorer and click it
  4. I hope it should be ready to go

Possible issues

If you multiply a number by a vector and it gives out an error, write import me.altered.vectors.* AKA import literally everything.