Searched refs:IsPerpendicular (Results 1 – 1 of 1) sorted by relevance
149 FX_BOOL IsPerpendicular(baseType otherx, baseType othery) const { in IsPerpendicular() function153 FX_BOOL IsPerpendicular(const FXT_VECTOR& v) const { in IsPerpendicular() function154 return IsPerpendicular(v.x, v.y); in IsPerpendicular()