Skip to content

VBA-Expressions v3.2.11

Compare
Choose a tag to compare
@ws-garcia ws-garcia released this 10 May 03:39
· 52 commits to main since this release

Embracing analytic geometry basis!

Setting changes

  • The GallopingMode option is disabled by default.

Bug fixed

  • Broken tokenization for expressions involving evaluable literal strings.

New functions

  • DISTANCE: computes the distance between two Cartesian points.
  • LINESINTERSECT: computes the intersection point between two lines defined by two points each.
  • PARALLEL: computes two points representing a line parallel to the given one and containing the given point.
  • PERPENDICULAR: computes two points representing a line perpendicular to the given one and containing the given point.