#JOML library

1 messages ยท Page 1 of 1 (latest)

deep turretBOT
#

<@&987246399047479336> please have a look, thanks.

#

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>.

#
TJ-Bot
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: