Skip to content

Commit 61f5bb1

Browse files
committed
added rotor function to all modes of ParserNG
1 parent 1414225 commit 61f5bb1

8 files changed

Lines changed: 650 additions & 480 deletions

File tree

maven-central-3-month-data.png

-16.1 KB
Loading

pom.xml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.github.gbenroscience</groupId>
55
<artifactId>parser-ng</artifactId>
6-
<version>1.0.2</version>
6+
<version>1.0.3</version>
77
<packaging>jar</packaging>
88
<!--
99
I started this project 2009 and have been upgrading it since then.
@@ -12,12 +12,9 @@
1212
-->
1313

1414
<name>ParserNG</name>
15-
<description>Rich and Performant, Cross Platform Java Library(100% Java)...Version 1.0.2 explodes even higher in execution speed.
16-
Version 1.0.2 retains the wild speeds of Version 1.0.1. Adds an extra widening technique of variable passing to the Turbo mode,
17-
in addition to the current method of array based passing. The widening technique can be sometimes faster than the array based methods,
18-
but their speed profiles and memory profiles are similar. Its weakness though is that it cannot use more than 63 variables per expression,
19-
whereas the array based approach allows in theory any number up to the max integer size.
20-
</description>
15+
<description>Rich and Performant, Cross Platform Java Library(100% Java)...Version 1.0.3 retains high frequency execution and multi-mode/multi-functional nature
16+
And it adds a function, the rotor function, `rot` which allows users to rotates point, lines, planesand cuved surfaces, curves and functions in 3D space. Now you can know what a curve will look like when it is rotated about a certain point in a given direction.
17+
</description>
2118
<url>https://github.com/gbenroscience/ParserNG</url>
2219

2320
<licenses>

0 commit comments

Comments
 (0)