|
Vector3Equals Method (Vector3)
|
Tests whether the vector equals to the specified one.
Namespace:
Accord.Math
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public bool Equals(
Vector3 vector
)
Public Function Equals (
vector As Vector3
) As Boolean
Request Example
View SourceParameters
- vector
- Type: Accord.MathVector3
The vector to test equality with.
Return Value
Type:
BooleanReturns
if the two vectors are equal or
otherwise.
See Also