#JOML library
1 messages ยท Page 1 of 1 (latest)
Here is an AI assisted attempt to answer your question ๐ค. Maybe it helps! In any case, a human is on the way ๐. To continue talking to the AI, you can use </chatgpt:1108714622413963314>.
Do yall recommend using Vector3fc instead of Vector3f in parameters anytime you just wanna view the data?
Yes, it is recommended to use Vector3fc instead of Vector3f in parameters when you just want to view the data. Vector3fc is an interface that provides read-only access to the vector components, making it more efficient for situations where you only need to access the data without modifying it.
Useful links:
- AI generated response