Searched refs:FXT_VECTOR (Results 1 – 1 of 1) sorted by relevance
131 typedef CFX_VTemplate<baseType> FXT_VECTOR; typedef167 baseType DotProduct(const FXT_VECTOR &v) const in DotProduct()176 FX_BOOL IsParallel(const FXT_VECTOR &v) const in IsParallel()185 FX_BOOL IsPerpendicular(const FXT_VECTOR &v) const in IsPerpendicular()206 friend FX_FLOAT Cosine(const FXT_VECTOR &v1, const FXT_VECTOR &v2) in Cosine()212 friend FX_FLOAT ArcCosine(const FXT_VECTOR &v1, const FXT_VECTOR &v2) in ArcCosine()216 friend FX_FLOAT SlopeAngle(const FXT_VECTOR &v) in SlopeAngle()232 typedef CFX_VTemplate<baseType> FXT_VECTOR; typedef251 void Set(const FXT_POINT &p, const FXT_VECTOR &v) in Set()