[TCheckBoxFormControlObj]C# [TCheckBoxFormControlObj]Visual Basic Returns if the polarity (i.e. positive or negative) of each X,Y,Z component of the two vectors are the same or not. Example: if Vector 1's X component is positive and Vector 2's X component is negative, this will return false. Example: if Vector 1's X,Y,Z components are all positive, and Vector 2's X,Y,Z components are all positive, this will return true. Namespace: DPSF Assembly: DPSF (in DPSF.dll) Version: 2.5.0.0 Syntax
Parameters sVector1 Type: Vector3 The first Vector. sVector2 Type: Vector3 The second Vector. Return Value Type: Boolean See Also |