Releases: stephengold/Heart
Releases · stephengold/Heart
5.0.0for32
- Changed the Maven groupId from
jme3utilities
tocom.github.stephengold
. - Changed the Maven artifactId from
jme3-utilities-heart
toHeart
. - Deleted the deprecated
Misc
class. (API change!) - Deleted the deprecated
copyLineColor()
method from theBoundsVisualizer
class. (API change!) - Deleted the deprecated
isSorted(List<Comparable>)
method from theMyMath
class. (API change!) - Added 4 methods to the
VectorSet
interface: (API changes!)add(float, float, float)
contains(float, float, float)
toFloatArray()
toVectorArray()
- Added an option to the
VectorSetUsingBuffer
constructor to use wrapped arrays instead of direct buffers. (API change!) - Generalized the
hypotenuse()
,max()
,min()
, andsumOfSquares()
methods in theMyMath
class to accept variable numbers of arguments. (API changes!) - Added a
normalizeLocal()
method to theMyQuaternion
class. - When dumping an
IndexBuffer
, organize the indices into lines or triangles.
4.5.0for33
- Bugfix:
Icosphere
lacked a no-arg constructor. - Bugfix:
Tetrahedron
generated an irregular polyhedron. - Copied
Misc
class toHeart
, renamedHeart.writeMap()
, and deprecated theMisc
class. - Added a
require()
method to theValidate
class. - Added
setBoneIndexBuffer()
andtrianglesToLines()
methods to theMyMesh
class. - Added an
IntPair
class. - Added
isSorted()
methods for floats and Strings and deprecated the one forList<Comparable>
. - Handle
mode=Points
in theDodecahedron
constructor. - Heart moved from the Jme3-utilities Project to a new GitHub repo.
4.5.0for32
- Bugfix:
Icosphere
lacked a no-arg constructor. - Bugfix:
Tetrahedron
generated an irregular polyhedron. - Copied
Misc
class toHeart
, renamedHeart.writeMap()
, and deprecated theMisc
class. - Added a
require()
method to theValidate
class. - Added
setBoneIndexBuffer()
andtrianglesToLines()
methods to theMyMesh
class. - Added an
IntPair
class. - Added
isSorted()
methods for floats and Strings and deprecated the one forList<Comparable>
. - Added a test
TestCloneMeshes
. - Handle
mode=Points
in theDodecahedron
constructor. - Heart moved from the Jme3-utilities Project to a new GitHub repo.