DOT(3G) | [FIXME: manual] | DOT(3G) |
.SH "NAME" dot - calculate the dot product of two vectors
.SH "DECLARATION"
.HP 240u float dot(genType x,
genType y);
.HP 264u double dot(genDType x,
genDType y);
.SH "PARAMETERS"
.PP x
Specifies the first of two vectors
.RE
.PP y
Specifies the second of two vectors
.RE
.SH "DESCRIPTION"
.PP dot returns the dot product of two vectors, x and y.
i.e., x [ 0 ] ⋅ y [ 0 ] + x [ 1 ] ⋅ y [ 1 ] + ...
.SH "VERSION SUPPORT"
.TS allbox tab(:); lB cB s s s s s s s s s s s lB cB cB cB cB cB cB cB cB cB
cB cB cB. T{
T}:T{ OpenGL Shading Language Version T} T{ Function Name T}:T{ 1.10 T}:T{ 1.20 T}:T{ 1.30 T}:T{ 1.40 T}:T{ 1.50 T}:T{ 3.30 T}:T{ 4.00 T}:T{ 4.10 T}:T{ 4.20 T}:T{ 4.30 T}:T{ 4.40 T}:T{ 4.50 T} l c c c c c c c c c c c c l c c c c c c c c c c c c. T{ dot (genType) T}:T{ ✔ T}:T{ ✔ T}:T{ ✔ T}:T{ ✔ T}:T{ ✔ T}:T{ ✔ T}:T{ ✔ T}:T{ ✔ T}:T{ ✔ T}:T{ ✔ T}:T{ ✔ T}:T{ ✔ T} T{ dot (genDType) T}:T{ - T}:T{ - T}:T{ - T}:T{ - T}:T{ - T}:T{ - T}:T{ ✔ T}:T{ ✔ T}:T{ ✔ T}:T{ ✔ T}:T{ ✔ T}:T{ ✔ T}
.SH "SEE ALSO"
.PP cross()
.SH "COPYRIGHT"
.PP Copyright © 2011-2014 Khronos Group. This material may be
distributed subject to the terms and conditions set forth in the Open
Publication License, v 1.0, 8 June 1999.
https://opencontent.org/openpub/.
COPYRIGHT
Copyright © 2011-2014 Khronos Group
07/04/2024 | [FIXME: source] |