Searched refs:FXT_VECTOR (Results 1 – 1 of 1) sorted by relevance
134 typedef CFX_VTemplate<baseType> FXT_VECTOR; typedef173 baseType DotProduct(const FXT_VECTOR &v) const in DotProduct()182 FX_BOOL IsParallel(const FXT_VECTOR &v) const in IsParallel()191 FX_BOOL IsPerpendicular(const FXT_VECTOR &v) const in IsPerpendicular()212 friend FX_FLOAT Cosine(const FXT_VECTOR &v1, const FXT_VECTOR &v2) in Cosine()218 friend FX_FLOAT ArcCosine(const FXT_VECTOR &v1, const FXT_VECTOR &v2) in ArcCosine()222 friend FX_FLOAT SlopeAngle(const FXT_VECTOR &v) in SlopeAngle()238 typedef CFX_VTemplate<baseType> FXT_VECTOR; typedef257 void Set(const FXT_POINT &p, const FXT_VECTOR &v) in Set()