copyPos

abstract Vec3f copyPos(int vertexIndex, @Nullable() Vec3f target)

Pass a non-null target to avoid allocation - will be returned with values.Otherwise returns a new instance.

Sources

jvm source
Link copied to clipboard