Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 980 Bytes

CHANGELOG.md

File metadata and controls

33 lines (20 loc) · 980 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Changed

  • Line-line intersection returns a Vector object rather than an array of vector components.

Added

  • Documentation for Triangle class.
  • Tags in changelog link to github.
  • Get centroid and midpoints methods for Triangle class.
  • Point class that can be drawn as a tiny circle or tiny line.

Fixed

  • Incorrect Triangle class JSDoc annotation caused class methods to be hidden.

4.2.0 - 2024-12-05

Added

  • This CHANGELOG.md file for documenting what has changed in new releases.
  • Triangle class with lines method.