|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HWMVector | |
---|---|
com.altair.hwm.beans.utils |
Uses of HWMVector in com.altair.hwm.beans.utils |
---|
Methods in com.altair.hwm.beans.utils that return HWMVector | |
---|---|
HWMVector |
HWMVector.Add(HWMVector hwmVector)
Add this vector to another vector |
HWMVector |
HWMVector.GetCrossProduct(HWMVector hwmVector)
Get the cross product between this vector and another vector |
HWMVector |
HWMVector.GetUnitVector()
Create a unit vector along the same direction represented by this vector. |
HWMVector |
HWMVector.Scale(double dFactor)
Scale the vector by a scalar quantity |
HWMVector |
HWMVector.Subtract(HWMVector hwmVector)
Subtract a second vector from this vector |
Methods in com.altair.hwm.beans.utils with parameters of type HWMVector | |
---|---|
HWMVector |
HWMVector.Add(HWMVector hwmVector)
Add this vector to another vector |
HWMVector |
HWMVector.GetCrossProduct(HWMVector hwmVector)
Get the cross product between this vector and another vector |
double |
HWMVector.GetDotProduct(HWMVector hwmVector)
Get the dot product between this vector and another vector |
HWMVector |
HWMVector.Subtract(HWMVector hwmVector)
Subtract a second vector from this vector |
HWMPoint |
HWMPoint.Translate(HWMVector hwmVector)
Translate the point by a magnitude and direction specified by a vector, and return the translated point |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |