<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Dec 18, 2015, at 12:07 PM, David Turnbull via swift-users &lt;<a href="mailto:swift-users@swift.org" class="">swift-users@swift.org</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><div style="font-family: Alegreya-Regular; font-size: 15px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class="">In order to be performant, scalars, vectors, and matrices must all be values types aka structs. This way, for example, an Array&lt;Vector3&lt;Float&gt;&gt; can be passed directly to OpenGL without any copying. In my testing so far,&nbsp;Swift does this quite well.</div></div></blockquote></div><br class=""><div class="">What about using tuples? You can name the elements of a tuple, and IIRC you can access them using subscripts too.</div><div class=""><br class=""></div><div class="">—Jens</div></body></html>