sanyaade-g2g-repos / quimeraengine

Automatically exported from code.google.com/p/quimeraengine
0 stars 1 forks source link

Añadir Typedefs a plantillas #124

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Algunas plantillas de clase no tienen typedefs para los parámetros permitidos, 
y hay que añadirlos. A continuación se mencionan las plantillas afectadas y 
los pseudónimos que hay que declarar:

QBaseLineSegment
-----------------
-QBaseLineSegment2 (QVector2)
-QBaseLineSegment3 (QVector3)
-QBaseLineSegment4 (QVector4)

QBaseRay
-----------------
-QBaseRay2 (QVector2, QVector2)
-QBaseRay3 (QVector3, QVector3)
-QBaseRay4 (QVector4, QVector3)

QBaseSphere
-----------------
-QBaseSphere3 (QVector3)
-QBaseSphere4 (QVector4)

QBaseTriangle
-----------------
-QBaseTriangle2 (QVector2)
-QBaseTriangle3 (QVector3)
-QBaseTriangle4 (QVector4)

Original issue reported on code.google.com by Lince3D@gmail.com on 10 Mar 2011 at 11:23

GoogleCodeExporter commented 9 years ago

Original comment by marcial....@gmail.com on 19 Mar 2011 at 1:10

GoogleCodeExporter commented 9 years ago

Original comment by marcial....@gmail.com on 19 Mar 2011 at 1:11

GoogleCodeExporter commented 9 years ago

Original comment by marcial....@gmail.com on 21 Mar 2011 at 8:40

GoogleCodeExporter commented 9 years ago
Resultado de la revisión: Correcta.

Original comment by Lince3D@gmail.com on 23 Mar 2011 at 12:29