 | Vector2IIsParallel Method |
Checks if this vector is parallel or anti-parallel to the passed one.
Namespace: Slash.Math.Algebra.VectorsAssembly: Slash.Math (in Slash.Math.dll) Version: 1.0.6018.40177
Syntaxpublic bool IsParallel(
Vector2I other
)
Public Function IsParallel (
other As Vector2I
) As Boolean
public:
bool IsParallel(
Vector2I other
)
member IsParallel :
other : Vector2I -> bool
Parameters
- other
- Type: Slash.Math.Algebra.VectorsVector2I
Vector to check.
Return Value
Type:
Boolean True if both vectors are parallel or anti-parallel, else false.
See Also