Pinned
1 contribution in the last year
Less
More
Contribution activity
March - April 2021
nickthecoder has no activity
yet for this period.
February 2021
Created an issue in JOML-CI/JOML that received 1 comment
MemUtilUnsafe.put3x3(Matrix3x2f m, long destAddr) places 0.0f in the bottom right of the matrix. Should be 1.0f ?
In MemUtilUnsafe :
public void put3x3(Matrix3x2f m, long destAddr) { UNSAFE.putLong( null, destAddr, UNSAFE.getLong(m, Matrix3x2f_m00)); UNSAFE.put…
1
comment