Home
last modified time | relevance | path

Searched defs:Vector2D (Results 1 – 25 of 67) sorted by relevance

123

/dports/print/libmspub01/libmspub-0.1.4/src/lib/
H A DVectorTransformation2D.h15 struct Vector2D struct
19 Vector2D(double x, double y) : m_x(x), m_y(y) in Vector2D() argument
/dports/multimedia/aegisub/aegisub-3.2.2/src/
H A Dvector2d.h37 Vector2D(float x, float y) : x(x), y(y) { } in Vector2D() function
38 Vector2D(wxPoint pt) : x(pt.x), y(pt.y) { } in Vector2D() function
39 Vector2D(Vector2D x, Vector2D y) : x(x.x), y(y.y) { } in Vector2D() function
40 Vector2D(float x, Vector2D y) : x(x), y(y.y) { } in Vector2D() function
41 Vector2D(Vector2D x, float y) : x(x.x), y(y) { } in Vector2D() function
H A Dvector2d.cpp30 Vector2D::Vector2D() in Vector2D() function in Vector2D
/dports/www/chromium-legacy/chromium-88.0.4324.182/remoting/client/ui/
H A Dview_matrix.h18 struct Vector2D { struct
23 // Same as Vector2D. This alias just serves as a context hint. argument
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/euclid/src/
H A Dvector.rs42 mint_vec!(Vector2D[x, y] = Vector2); argument
132 impl<T, U> Vector2D<T, U> { impl
212 impl<T, U> Vector2D<T, U> impl
231 impl<T, U> Vector2D<T, U> implementation
243 impl<T, U> Vector2D<T, U> impl
256 impl<T, U> Vector2D<T, U> implementation
267 impl<T, U> Vector2D<T, U> implementation
278 impl<T, U> Vector2D<T, U> implementation
332 impl<T, U> Vector2D<T, U> implementation
367 impl<T, U> Vector2D<T, U> implementation
[all …]
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/euclid-0.20.0/src/
H A Dvector.rs41 mint_vec!(Vector2D[x, y] = Vector2); argument
129 impl<T, U> Vector2D<T, U> { implementation
141 impl<T: Copy, U> Vector2D<T, U> { impl
207 impl<T, U> Vector2D<T, U> impl
225 impl<T, U> Vector2D<T, U> impl
235 impl<T, U> Vector2D<T, U> implementation
288 impl<T, U> Vector2D<T, U> implementation
339 impl<T: Float, U> Vector2D<T, U> { implementation
402 impl<T: Round, U> Vector2D<T, U> { implementation
414 impl<T: Ceil, U> Vector2D<T, U> { impl
[all …]
H A Dlib.rs104 pub type Vector2D<T> = super::Vector2D<T, UnknownUnit>; typedef
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/euclid-0.20.10/src/
H A Dvector.rs35 pub struct Vector2D<T, U> { struct
44 mint_vec!(Vector2D[x, y] = Vector2); argument
131 impl<T, U> Vector2D<T, U> { implementation
209 impl<T: Copy, U> Vector2D<T, U> { implementation
343 impl<T, U> Vector2D<T, U> implementation
362 impl<T, U> Vector2D<T, U> impl
395 impl<T: Float, U> Vector2D<T, U> { implementation
452 impl<T, U> Vector2D<T, U> impl
487 impl<T: PartialOrd, U> Vector2D<T, U> { impl
531 impl<T: PartialEq, U> Vector2D<T, U> { implementation
[all …]
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/euclid-0.20.10/src/
H A Dvector.rs35 pub struct Vector2D<T, U> { struct
44 mint_vec!(Vector2D[x, y] = Vector2); argument
131 impl<T, U> Vector2D<T, U> { implementation
209 impl<T: Copy, U> Vector2D<T, U> { impl
343 impl<T, U> Vector2D<T, U> impl
362 impl<T, U> Vector2D<T, U> implementation
395 impl<T: Float, U> Vector2D<T, U> { impl
452 impl<T, U> Vector2D<T, U> impl
487 impl<T: PartialOrd, U> Vector2D<T, U> { implementation
531 impl<T: PartialEq, U> Vector2D<T, U> { implementation
[all …]
/dports/math/jts/jts-jts-1.18.1/modules/core/src/main/java/org/locationtech/jts/math/
H A DVector2D.java25 public class Vector2D { class
80 public Vector2D() { in Vector2D() method in Vector2D
84 public Vector2D(double x, double y) { in Vector2D() method in Vector2D
89 public Vector2D(Vector2D v) { in Vector2D() method in Vector2D
94 public Vector2D(Coordinate from, Coordinate to) { in Vector2D() method in Vector2D
99 public Vector2D(Coordinate v) { in Vector2D() method in Vector2D
/dports/www/firefox/firefox-99.0/third_party/rust/euclid/src/
H A Dvector.rs36 pub struct Vector2D<T, U> { struct
45 mint_vec!(Vector2D[x, y] = Vector2); argument
106 impl<T: Eq, U> Eq for Vector2D<T, U> {} implementation
141 impl<T, U> Vector2D<T, U> { impl
267 impl<T: Copy, U> Vector2D<T, U> { implementation
410 impl<T, U> Vector2D<T, U> implementation
442 impl<T: Float, U> Vector2D<T, U> { implementation
520 impl<T, U> Vector2D<T, U> implementation
555 impl<T: PartialOrd, U> Vector2D<T, U> { implementation
599 impl<T: PartialEq, U> Vector2D<T, U> { impl
[all …]
H A Dlib.rs98 pub type Vector2D<T> = super::Vector2D<T, UnknownUnit>; typedef
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/euclid/src/
H A Dvector.rs36 pub struct Vector2D<T, U> { struct
45 mint_vec!(Vector2D[x, y] = Vector2); argument
106 impl<T: Eq, U> Eq for Vector2D<T, U> {} implementation
141 impl<T, U> Vector2D<T, U> { implementation
267 impl<T: Copy, U> Vector2D<T, U> { impl
410 impl<T, U> Vector2D<T, U> impl
442 impl<T: Float, U> Vector2D<T, U> { implementation
520 impl<T, U> Vector2D<T, U> implementation
555 impl<T: PartialOrd, U> Vector2D<T, U> { implementation
599 impl<T: PartialEq, U> Vector2D<T, U> { implementation
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/euclid/src/
H A Dvector.rs36 pub struct Vector2D<T, U> { struct
45 mint_vec!(Vector2D[x, y] = Vector2); argument
106 impl<T: Eq, U> Eq for Vector2D<T, U> {} implementation
141 impl<T, U> Vector2D<T, U> { impl
267 impl<T: Copy, U> Vector2D<T, U> { impl
410 impl<T, U> Vector2D<T, U> impl
442 impl<T: Float, U> Vector2D<T, U> { impl
520 impl<T, U> Vector2D<T, U> impl
555 impl<T: PartialOrd, U> Vector2D<T, U> { implementation
599 impl<T: PartialEq, U> Vector2D<T, U> { impl
[all …]
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/geometry/euclidean/twod/
H A DVector2D.java35 public class Vector2D implements Vector<Euclidean2D> { class
69 public Vector2D(double x, double y) { in Vector2D() method in Vector2D
80 public Vector2D(double[] v) throws DimensionMismatchException { in Vector2D() method in Vector2D
94 public Vector2D(double a, Vector2D u) { in Vector2D() method in Vector2D
107 public Vector2D(double a1, Vector2D u1, double a2, Vector2D u2) { in Vector2D() method in Vector2D
122 public Vector2D(double a1, Vector2D u1, double a2, Vector2D u2, in Vector2D() method in Vector2D
140 public Vector2D(double a1, Vector2D u1, double a2, Vector2D u2, in Vector2D() method in Vector2D
/dports/games/alienblaster/alienblaster/src/
H A Ditems.h27 class Vector2D; variable
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/lottie-ios/lottie-swift/src/Private/Utility/Primitives/
H A DVectorsExtensions.swift47 struct Vector2D: Codable { struct
91 extension Vector2D { extension
/dports/games/jvgs/jvgs-0.5.1-src/src/math/
H A DVector2D.cpp11 Vector2D::Vector2D(float _x, float _y): x(_x), y(_y) in Vector2D() function in jvgs::math::Vector2D
15 Vector2D::Vector2D(const Vector2D &other): x(other.x), y(other.y) in Vector2D() function in jvgs::math::Vector2D
/dports/graphics/metapixel/metapixel-1.0.2/
H A Dvector.h29 } Vector2D; typedef
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/MBS_Interface/
H A Duseroutputinterface.h41 class Vector2D; variable
/dports/cad/ktechlab/ktechlab-0.50.0/src/mechanics/
H A Dmechanicssimulation.cpp121 Vector2D::Vector2D() in Vector2D() function in Vector2D
/dports/games/valyriatear/ValyriaTear-1.1.0/src/common/
H A Dposition_2d.h81 typedef Position2D Vector2D; typedef
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/third_party/base/
H A Dstl_util.h93 std::vector<T, A> Vector2D(size_t w, size_t h) { in Vector2D() function
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/core/model/
H A Dvector.cc64 Vector2D::Vector2D (double _x, double _y) in Vector2D() function in ns3::Vector2D
71 Vector2D::Vector2D () in Vector2D() function in ns3::Vector2D
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/lottie-ios/lottie-swift/src/Private/Utility/Interpolatable/
H A DInterpolatableExtensions.swift17 extension Vector2D: Interpolatable { extension

123