Uses of Class
com.altair.hwm.beans.utils.HWMPoint

Packages that use HWMPoint
com.altair.hwm.beans.hm   
com.altair.hwm.beans.utils   
 

Uses of HWMPoint in com.altair.hwm.beans.hm
 

Methods in com.altair.hwm.beans.hm that return HWMPoint
 HWMPoint HMReflect.GetBasePoint()
          Gets the base point
 HWMPoint HMBoundingBox.GetMaxPoint()
          Gets xmax, ymax and zmax values of the bounding box
 HWMPoint HMBoundingBox.GetMinPoint()
          Gets xmin, ymin and zmin values of the bounding box
 HWMPoint HMReflect.GetPoint1()
          Gets the first point
 HWMPoint HMReflect.GetPoint2()
          Gets the second point
 HWMPoint HMReflect.GetPoint3()
          Gets the third point
 

Methods in com.altair.hwm.beans.hm with parameters of type HWMPoint
 void HMReflectComm.Reflect(java.lang.String strSessionName, java.lang.String strReflectType, HWMPoint hwmPoint1, HWMPoint hwmPoint2, HWMPoint hwmPoint3, HWMPoint hwmBasePoint, boolean bCopy)
          Performs the reflection
 void HMReflect.SetBasePoint(HWMPoint hwmPoint)
          Sets the base point
 void HMReflect.SetPoint1(HWMPoint hwmPoint)
          Sets the first point
 void HMReflect.SetPoint2(HWMPoint hwmPoint)
          Sets the second point
 void HMReflect.SetPoint3(HWMPoint hwmPoint)
          Sets the third point
 

Uses of HWMPoint in com.altair.hwm.beans.utils
 

Methods in com.altair.hwm.beans.utils that return HWMPoint
 HWMPoint HWMPoint.Translate(HWMVector hwmVector)
          Translate the point by a magnitude and direction specified by a vector, and return the translated point
 

Methods in com.altair.hwm.beans.utils with parameters of type HWMPoint
 double HWMPoint.GetDistance(HWMPoint hwmPoint)
          Evaluate the distance between this point and another point
 

Constructors in com.altair.hwm.beans.utils with parameters of type HWMPoint
HWMVector(HWMPoint hwmPoint)
          Constructor -- creates the position vector for the specifeid point in space
HWMVector(HWMPoint hwmPoint1, HWMPoint hwmPoint2)
          Constructor -- creates the vector between the specifeid two points in space