|
Math
Properties
None
Methods
oCrossVect CrossProduct ( iVectA, iVectB )
oUnitVect = MakeUnit ( iVect )
DotProduct = DotProduct ( iVectA, iVectB )
VectorLength = VectorLength ( iVect )
oDistance = DistanceBetweenTwoPoints ( iPntFirst, iPntSecond )
oResVect = ProductVectorMatrix ( iVect, iMatrix )
oRotMatrix = UCSRotate ( iDirVect )
oPnt = UCSTransport ( inPnt, iDirVect )
oPnt = Model2Pln ( iPlane, inPnt )
oPnt = Pln2Model ( iPlane, inPnt )
|