Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Delphi-News aus aller Welt (https://www.delphipraxis.net/58-delphi-news-aus-aller-welt/)
-   -   Vectors changes, to avoid a trap with modifying a temporary value (https://www.delphipraxis.net/209953-vectors-changes-avoid-trap-modifying-temporary-value.html)

DP News-Robot 11. Feb 2022 18:10

Vectors changes, to avoid a trap with modifying a temporary value
 
We have made a significant change to how our vectors are declared. They now have X, Y, Z, W as fields (not properties), and the compiler will prevent you from falling into a trap of writing Scene.Translation.X := Scene.Translation.X + 10; Like in the below testcase: uses SysUtils, CastleScene, CastleVectors; var S: TCastleScene; begin S …
<a href="https://castle-engine.io/wp/2022/02/11/vectors-changes-to-avoid-a-trap-with-modifying-a-temporary-value/" class="more-link">Continue re

Weiterlesen...


Alle Zeitangaben in WEZ +1. Es ist jetzt 16:35 Uhr.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz