Method GfIsClose
GfIsClose(double, double, double)
Declaration
public static bool GfIsClose(double a, double b, double epsilon)
Parameters
Returns
GfIsClose(GfMatrix2d, GfMatrix2d, double)
Declaration
public static bool GfIsClose(GfMatrix2d m1, GfMatrix2d m2, double tolerance)
Parameters
Returns
GfIsClose(GfMatrix2f, GfMatrix2f, double)
Declaration
public static bool GfIsClose(GfMatrix2f m1, GfMatrix2f m2, double tolerance)
Parameters
Returns
GfIsClose(GfMatrix3d, GfMatrix3d, double)
Declaration
public static bool GfIsClose(GfMatrix3d m1, GfMatrix3d m2, double tolerance)
Parameters
Returns
GfIsClose(GfMatrix3f, GfMatrix3f, double)
Declaration
public static bool GfIsClose(GfMatrix3f m1, GfMatrix3f m2, double tolerance)
Parameters
Returns
GfIsClose(GfMatrix4d, GfMatrix4d, double)
Declaration
public static bool GfIsClose(GfMatrix4d m1, GfMatrix4d m2, double tolerance)
Parameters
Returns
GfIsClose(GfMatrix4f, GfMatrix4f, double)
Declaration
public static bool GfIsClose(GfMatrix4f m1, GfMatrix4f m2, double tolerance)
Parameters
Returns
GfIsClose(GfVec2d, GfVec2d, double)
Declaration
public static bool GfIsClose(GfVec2d v1, GfVec2d v2, double tolerance)
Parameters
Returns
GfIsClose(GfVec2f, GfVec2f, double)
Declaration
public static bool GfIsClose(GfVec2f v1, GfVec2f v2, double tolerance)
Parameters
Returns
GfIsClose(GfVec2h, GfVec2h, double)
Declaration
public static bool GfIsClose(GfVec2h v1, GfVec2h v2, double tolerance)
Parameters
Returns
GfIsClose(GfVec3d, GfVec3d, double)
Declaration
public static bool GfIsClose(GfVec3d v1, GfVec3d v2, double tolerance)
Parameters
Returns
GfIsClose(GfVec3f, GfVec3f, double)
Declaration
public static bool GfIsClose(GfVec3f v1, GfVec3f v2, double tolerance)
Parameters
Returns
GfIsClose(GfVec3h, GfVec3h, double)
Declaration
public static bool GfIsClose(GfVec3h v1, GfVec3h v2, double tolerance)
Parameters
Returns
GfIsClose(GfVec4d, GfVec4d, double)
Declaration
public static bool GfIsClose(GfVec4d v1, GfVec4d v2, double tolerance)
Parameters
Returns
GfIsClose(GfVec4f, GfVec4f, double)
Declaration
public static bool GfIsClose(GfVec4f v1, GfVec4f v2, double tolerance)
Parameters
Returns
GfIsClose(GfVec4h, GfVec4h, double)
Declaration
public static bool GfIsClose(GfVec4h v1, GfVec4h v2, double tolerance)
Parameters
Returns