Releases: gecko0307/dlib
Releases · gecko0307/dlib
Release list
dlib 1.6.0
dlib 1.5.1
- dlib.serialization
- Fix empty JSON arrays and objects that were interpreted as
JSONType.Nullnodes.
- Fix empty JSON arrays and objects that were interpreted as
dlib 1.5.0
- dlib.math
- New function
trsMatrixthat creates a transformation matrix from translation/rotation/scaling a once, without three matrix multiplications - New function
shortestAngleDeltathat returns shortest angular distance between two angles - New interpolation function
lerpAnglethat linearly interpolates between two angles along the shortest arc - New easing function
easeOutElastic - Function
wrapAnglenow works with any angular units thanks to the new optional parameterperiod: for example,360for degrees,2.0 * PIfor radians.
- New function
dlib 1.4.1
- dlib.geometry
- Fix setting
OBB.center.
- Fix setting
dlib 1.4.0
Changes since dlib 1.4.0 beta1:
- dlib.math
Matrix.isAffine,Matrix.inverse,Matrix.getColumn,Quaternion.toMatrix4x4,Quaternion.toMatrix3x3are nowconst.
dlib 1.4.0 beta1
- dlib.memory
dlib.memory.arena- a general-purpose region-based memory allocator
- dlib.container
dlib.container.spscqueue- wait-free single-producer single-consumer queuedlib.container.mappedlist- a list with string-mapped indices
- dlib.math
- New function
wrapAngleindlib.math.utils.
- New function
dlib 1.3.3
- dlib.serialization
- Fix bugs in
dlib.serialization.json.
- Fix bugs in
dlib 1.3.2
- dlib.math
lookAtMatrixnow checks for matching eye and up directions- Fix unittest for vector swizzling
dlib 1.3.1
- dlib.math
- Limit
dlib.math.ssefor x86_64 only dlib.math.complex.zetawas removed due to its broken status.
- Limit