[cgma-dev] r6097 - cgm/trunk/itaps

janehu at mcs.anl.gov janehu at mcs.anl.gov
Fri Nov 22 10:54:53 CST 2013


Author: janehu
Date: 2013-11-22 10:54:53 -0600 (Fri, 22 Nov 2013)
New Revision: 6097

Modified:
   cgm/trunk/itaps/iGeom.h
Log:
Added documentation for reflect and scale transformation.

Modified: cgm/trunk/itaps/iGeom.h
===================================================================
--- cgm/trunk/itaps/iGeom.h	2013-11-21 19:11:52 UTC (rev 6096)
+++ cgm/trunk/itaps/iGeom.h	2013-11-22 16:54:53 UTC (rev 6097)
@@ -2671,6 +2671,11 @@
      * Reflect an entity across the given plane
      * \param instance iGeom instance handle
      * \param geom_entity the entity to reflect
+     * \param point_x  x coordinate of the point that the reflecting plane goes though
+     * \param point_y  y coordinate of the point that the reflecting plane goes 
+though
+     * \param point_z  z coordinate of the point that the reflecting plane goes 
+though
      * \param plane_normal_x x coordinate of the plane's normal
      * \param plane_normal_y y coordinate of the plane's normal
      * \param plane_normal_z z coordinate of the plane's normal
@@ -2691,6 +2696,9 @@
      * Scale an entity in the x, y, and z directions.
      * \param instance iGeom instance handle
      * \param geom_entity the entity to scale
+     * \param point_x  x coordinate of the scaling center
+     * \param point_y  y coordinate of the scaling center
+     * \param point_z  z coordinate of the scaling center
      * \param scale_x factor to scale by in the x direction
      * \param scale_y factor to scale by in the y direction
      * \param scale_z factor to scale by in the z direction



More information about the cgma-dev mailing list