'Declaration Public Overloads Shared Function Equals( _
ByVal vector1Первый вектор для сравнения.As VintasoftVector3D, _
ByVal vector2Второй вектор для сравнения.As VintasoftVector3D, _
ByVal epsМаксимальный эпсилон.As Double _
) As Boolean
public static bool Equals(
VintasoftVector3D vector1,
VintasoftVector3D vector2,
double eps
)
public: static bool Equals(
VintasoftVector3D vector1,
VintasoftVector3D vector2,
double eps
)
public:
static bool Equals(
VintasoftVector3D vector1,
VintasoftVector3D vector2,
double eps
)
Parameters
- vector1
- Первый вектор для сравнения.
- vector2
- Второй вектор для сравнения.
- eps
- Максимальный эпсилон.