Searched refs:othery (Results 1 – 1 of 1) sorted by relevance
138 baseType DotProduct(baseType otherx, baseType othery) const { in DotProduct() argument139 return FXT_PSV::x * otherx + FXT_PSV::y * othery; in DotProduct()144 FX_BOOL IsParallel(baseType otherx, baseType othery) const { in IsParallel() argument145 baseType t = FXT_PSV::x * othery - FXT_PSV::y * otherx; in IsParallel()149 FX_BOOL IsPerpendicular(baseType otherx, baseType othery) const { in IsPerpendicular() argument150 baseType t = DotProduct(otherx, othery); in IsPerpendicular()