Closed mewore closed 1 year ago
I failed to get the project to run, but I guess adding this in LslPrimitiveType will fix it:
// <1, 0, 0> * llEuler2Rot(<0, 0, 45> * DEG_TO_RAD) == <0.707107, 0.707107, 0>
// <1, 0, 0> / llEuler2Rot(<0, 0, 45> * DEG_TO_RAD) == <0.707107, -0.707107, 0>
if ((operation == LslTypes.MULTIPLE || operation == LslTypes.MULTIPLE_ASSIGN || operation == LslTypes.DIVIDE || operation == LslTypes.DIVIDE_ASSIGN) && this == VECTOR && other == QUATERNION) {
return VECTOR
}
I failed to get the project to run I managed to run it by updating org.jetbrains.intellij from 1.8.0 to 1.13.3! I don't know what the root cause was, but it worked. For the record, the error was:
'org.jetbrains.intellij.tasks.IntelliJInstrumentCodeTask' property 'compilerClassPathFromMaven' doesn't have a configured value
Looks like the fix worked:
Thank you very much!
\:D
Seen in version 0.1.9.
Example:
As shown in IntelliJ IDEA:
The wiki says it should work; the same code snippet is there: https://wiki.secondlife.com/wiki/Category:LSL_Vector#Rotation