[Cuis-dev] Float break

Luciano Notarfrancesco luchiano at gmail.com
Thu Dec 4 20:08:22 PST 2025


You can access the points directly, it’s an array of points after all. For
example, instead of doing “(vertices floatAt: 1) @ (vertices floatAt: 2)”
you should just do “vertices at: 1”.   “(vertices floatAt: 3) @ (vertices
floatAt: 4)” would be “vertices at: 2”, etc.

On Fri, Dec 5, 2025 at 03:32 hfern--- via Cuis-dev <cuis-dev at lists.cuis.st>
wrote:

> Hi,
>
> I have this break with recent update. What am I supposed to do ?
>
>
> Thanks
>
> Hilaire
> --
> Cuis-dev mailing list
> Cuis-dev at lists.cuis.st
> https://lists.cuis.st/mailman/listinfo/cuis-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.cuis.st/mailman/archives/cuis-dev/attachments/20251205/d71c1d73/attachment-0001.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 72bef9b6.png
Type: image/png
Size: 108615 bytes
Desc: not available
URL: <http://lists.cuis.st/mailman/archives/cuis-dev/attachments/20251205/d71c1d73/attachment-0001.png>


More information about the Cuis-dev mailing list