[cgma-dev] r6098 - cgm/tags/13.1.1/itaps
janehu at mcs.anl.gov
janehu at mcs.anl.gov
Fri Nov 22 10:59:01 CST 2013
Author: janehu
Date: 2013-11-22 10:59:00 -0600 (Fri, 22 Nov 2013)
New Revision: 6098
Modified:
cgm/tags/13.1.1/itaps/iGeom.h
Log:
Added documentary for reflect and scale functions.
Modified: cgm/tags/13.1.1/itaps/iGeom.h
===================================================================
--- cgm/tags/13.1.1/itaps/iGeom.h 2013-11-22 16:54:53 UTC (rev 6097)
+++ cgm/tags/13.1.1/itaps/iGeom.h 2013-11-22 16:59:00 UTC (rev 6098)
@@ -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