Home
last modified time | relevance | path

Searched defs:TVector2 (Results 1 – 4 of 4) sorted by relevance

/dports/games/zdoom/zdoom-2.8.1/src/
H A Dvectors.h61 struct TVector2 struct
65 TVector2 () in TVector2() argument
69 TVector2 (double a, double b) in TVector2() function
74 TVector2 (const TVector2 &other) in TVector2() function
79 TVector2 (const TVector3<vec_t> &other) // Copy the X and Y from the 3D vector and discard the Z in TVector2() argument
89 TVector2 &operator= (const TVector2 &other) argument
238 TVector2 Unit() const in Unit() argument
256 double operator | (const TVector2 &other) const argument
268 TVector2 Rotated (double angle) in Rotated() argument
276 TVector2 Rotated90CW() in Rotated90CW() argument
[all …]
/dports/games/ecwolf/ecwolf-1.3.3-src/src/
H A Dvectors.h61 struct TVector2 struct
65 TVector2 () in TVector2() argument
69 TVector2 (double a, double b) in TVector2() function
74 TVector2 (const TVector2 &other) in TVector2() argument
79 TVector2 (const TVector3<vec_t> &other) // Copy the X and Y from the 3D vector and discard the Z in TVector2() argument
89 TVector2 &operator= (const TVector2 &other) argument
238 TVector2 Unit() const in Unit() argument
256 double operator | (const TVector2 &other) const argument
268 TVector2 Rotated (double angle) in Rotated() argument
276 TVector2 Rotated90CW() in Rotated90CW() argument
[all …]
/dports/games/etracer/etr-0.8.1/src/
H A Dvectors.h25 struct TVector2 { struct
27 constexpr explicit TVector2(T _x = (T)0, T _y = (T)0) argument
34 TVector2<T>& operator*=(T f) { argument
/dports/math/polymake/polymake-4.5/lib/core/include/
H A DGenericVector.h93 constexpr bool trivial_assignment(const GenericVector<TVector2, E2>&) const { return false; } in trivial_assignment()
98 void swap(GenericVector<TVector2, E>& v, dense) in swap()
104 void swap(GenericVector<TVector2, E>& v, pure_sparse) in swap()
188 void swap(GenericVector<TVector2, E>& v) in swap()