You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: geometry/Overview.bs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1007,11 +1007,11 @@ The following methods do not modify the current matrix.
1007
1007
</dd>
1008
1008
<dt><dfn>toFloat32Array()</dfn></dt>
1009
1009
<dd>
1010
-
Returns the serialized 16 elements <a attribute>m11</a> to <a attribute>m44</a> of the current matrix in column-major order as <a interface>Float32Array</a>[[typedarray]].
1010
+
Returns the serialized 16 elements <a attribute>m11</a> to <a attribute>m44</a> of the current matrix in column-major order as <a interface>Float32Array</a>.
1011
1011
</dd>
1012
1012
<dt><dfn>toFloat64Array()</dfn></dt>
1013
1013
<dd>
1014
-
Returns the serialized 16 elements <a attribute>m11</a> to <a attribute>m44</a> of the current matrix in column-major order as <a interface>Float64Array</a>[[typedarray]].
1014
+
Returns the serialized 16 elements <a attribute>m11</a> to <a attribute>m44</a> of the current matrix in column-major order as <a interface>Float64Array</a>.
0 commit comments