Home
last modified time | relevance | path

Searched defs:Matrix3D (Results 1 – 25 of 49) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime.WindowsRuntime.UI.Xaml/src/System/Windows/Media/Media3D/
H A DMatrix3D.cs167 public Matrix3D(double m11, double m12, double m13, double m14, in Matrix3D() argument
194 public double M11
206 public double M12
218 public double M13
230 public double M14
242 public double M21
254 public double M22
266 public double M23
278 public double M24
290 public double M31
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/UI/Xaml/Media/Media3D/
H A Dmod.rs6 pub struct Matrix3D { struct
24 impl ::core::marker::Copy for Matrix3D {} argument
25 impl ::core::clone::Clone for Matrix3D { implementation
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime.WindowsRuntime.UI.Xaml/ref/
H A DSystem.Runtime.WindowsRuntime.UI.Xaml.cs217 public partial struct Matrix3D : global::System.IFormattable struct
220 …public Matrix3D(double m11, double m12, double m13, double m14, double m21, double m22, double m23… in Matrix3D() method
222 … public static global::Windows.UI.Xaml.Media.Media3D.Matrix3D Identity { get { throw null; } }
241 public bool Equals(global::Windows.UI.Xaml.Media.Media3D.Matrix3D value) { throw null; } in Equals()
244 …public static bool operator ==(global::Windows.UI.Xaml.Media.Media3D.Matrix3D matrix1, global::Win… in operator ==()
245 …public static bool operator !=(global::Windows.UI.Xaml.Media.Media3D.Matrix3D matrix1, global::Win… in operator !=()
246 …public static global::Windows.UI.Xaml.Media.Media3D.Matrix3D operator *(global::Windows.UI.Xaml.Me… in operator *()
247 …ystem.IFormattable.ToString(string format, global::System.IFormatProvider provider) { throw null; } in System.IFormattable.ToString()
248 public override string ToString() { throw null; } in ToString()
249 public string ToString(global::System.IFormatProvider provider) { throw null; } in ToString()
/dports/graphics/lazpaint/lazpaint-7.1.6/bgrabitmapnew/bgrabitmap/
H A Dbgramatrix3d.pas34 function Matrix3D(m11,m12,m13,m14, m21,m22,m23,m24, m31,m32,m33,m34: single): TMatrix3D; overload; in Matrix3D() function
35 function Matrix3D(vx,vy,vz,ofs: TPoint3D): TMatrix3D; overload; in Matrix3D() function
36 function Matrix3D(vx,vy,vz,ofs: TPoint3D_128): TMatrix3D; overload; in Matrix3D() function
808 function Matrix3D(m11, m12, m13, m14, m21, m22, m23, m24, m31, m32, m33, in Matrix3D() function
850 function Matrix3D(vx, vy, vz, ofs: TPoint3D): TMatrix3D; in Matrix3D() function
857 function Matrix3D(vx, vy, vz, ofs: TPoint3D_128): TMatrix3D; in Matrix3D() function
/dports/devel/juce/JUCE-f37e9a1/modules/juce_opengl/geometry/
H A Djuce_Matrix3D.h42 Matrix3D() noexcept in Matrix3D() function
51 Matrix3D (const Matrix3D& other) noexcept in Matrix3D() function
64 Matrix3D (Type m00, Type m10, Type m20, Type m30, in Matrix3D() function
76 Matrix3D (const Type* values) noexcept in Matrix3D() function
82 Matrix3D (const AffineTransform& transform) noexcept in Matrix3D() function
91 Matrix3D (Vector3D<Type> vector) noexcept in Matrix3D() function
/dports/editors/cudatext/CudaText-1.151.0/bgrabitmap/bgrabitmap/
H A Dbgramatrix3d.pas34 function Matrix3D(m11,m12,m13,m14, m21,m22,m23,m24, m31,m32,m33,m34: single): TMatrix3D; overload; in Matrix3D() function
35 function Matrix3D(vx,vy,vz,ofs: TPoint3D): TMatrix3D; overload; in Matrix3D() function
36 function Matrix3D(vx,vy,vz,ofs: TPoint3D_128): TMatrix3D; overload; in Matrix3D() function
808 function Matrix3D(m11, m12, m13, m14, m21, m22, m23, m24, m31, m32, m33, in Matrix3D() function
850 function Matrix3D(vx, vy, vz, ofs: TPoint3D): TMatrix3D; in Matrix3D() function
857 function Matrix3D(vx, vy, vz, ofs: TPoint3D_128): TMatrix3D; in Matrix3D() function
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/values/generics/
H A Dtransform.rs33 pub struct Matrix3D<T> { struct
54 impl<T: Into<f64>> From<Matrix3D<T>> for Transform3D<f64> { argument
168 Matrix3D(Matrix3D<Number>), enumerator
/dports/www/firefox-esr/firefox-91.8.0/servo/components/style/values/computed/
H A Dtransform.rs43 pub type Matrix3D = generic::Matrix3D<Number>; typedef
51 impl Matrix3D { implementation
131 pub fn inverse(&self) -> Result<Matrix3D, ()> { in inverse()
343 impl From<Matrix> for Matrix3D { implementation
355 impl From<Transform3D<CSSFloat>> for Matrix3D { implementation
/dports/www/firefox/firefox-99.0/servo/components/style/values/computed/
H A Dtransform.rs46 pub type Matrix3D = generic::Matrix3D<Number>; typedef
54 impl Matrix3D { implementation
134 pub fn inverse(&self) -> Result<Matrix3D, ()> { in inverse()
346 impl From<Matrix> for Matrix3D { implementation
358 impl From<Transform3D<CSSFloat>> for Matrix3D { implementation
/dports/mail/thunderbird/thunderbird-91.8.0/servo/components/style/values/computed/
H A Dtransform.rs43 pub type Matrix3D = generic::Matrix3D<Number>; typedef
51 impl Matrix3D { implementation
131 pub fn inverse(&self) -> Result<Matrix3D, ()> { in inverse()
343 impl From<Matrix> for Matrix3D { implementation
355 impl From<Transform3D<CSSFloat>> for Matrix3D { implementation
/dports/lang/spidermonkey78/firefox-78.9.0/servo/components/style/values/computed/
H A Dtransform.rs43 pub type Matrix3D = generic::Matrix3D<Number>; typedef
51 impl Matrix3D { implementation
131 pub fn inverse(&self) -> Result<Matrix3D, ()> { in inverse()
343 impl From<Matrix> for Matrix3D { implementation
355 impl From<Transform3D<CSSFloat>> for Matrix3D { implementation
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/values/computed/
H A Dtransform.rs55 pub type Matrix3D = GenericMatrix3D<Number>; typedef
62 impl Matrix3D { implementation
106 impl From<Matrix> for Matrix3D { implementation
118 impl From<Transform3D<CSSFloat>> for Matrix3D { implementation
/dports/www/firefox-esr/firefox-91.8.0/servo/components/style/gecko/
H A Dconversions.rs28 impl<'a> From<&'a Matrix4x4Components> for Matrix3D { implementation
29 fn from(m: &'a Matrix4x4Components) -> Matrix3D { in from()
/dports/www/firefox/firefox-99.0/servo/components/style/gecko/
H A Dconversions.rs28 impl<'a> From<&'a Matrix4x4Components> for Matrix3D { implementation
29 fn from(m: &'a Matrix4x4Components) -> Matrix3D { in from()
/dports/mail/thunderbird/thunderbird-91.8.0/servo/components/style/gecko/
H A Dconversions.rs28 impl<'a> From<&'a Matrix4x4Components> for Matrix3D { implementation
29 fn from(m: &'a Matrix4x4Components) -> Matrix3D { in from()
/dports/lang/spidermonkey78/firefox-78.9.0/servo/components/style/gecko/
H A Dconversions.rs28 impl<'a> From<&'a Matrix4x4Components> for Matrix3D { implementation
29 fn from(m: &'a Matrix4x4Components) -> Matrix3D { in from()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/mesquite/Misc/
H A DMatrix3D.hpp69 class MESQUITE_EXPORT Matrix3D class
101 Matrix3D() in Matrix3D() function in MBMesquite::Matrix3D
106 Matrix3D(const Matrix3D &A) in Matrix3D() function in MBMesquite::Matrix3D
112 Matrix3D(double value) in Matrix3D() function in MBMesquite::Matrix3D
117 Matrix3D( double a00, double a01, double a02, in Matrix3D() function in MBMesquite::Matrix3D
126 Matrix3D( const Vector3D& col1, in Matrix3D() function in MBMesquite::Matrix3D
135 Matrix3D( double radians, const Vector3D& axis ) in Matrix3D() function in MBMesquite::Matrix3D
155 Matrix3D(const double* v) in Matrix3D() function in MBMesquite::Matrix3D
162 Matrix3D(const char *s) in Matrix3D() function in MBMesquite::Matrix3D
167 Matrix3D( const SymMatrix3D& m ) in Matrix3D() function in MBMesquite::Matrix3D
/dports/cad/impact/Impact/src/j3d/
H A DMatrix3D.java26 public class Matrix3D implements Serializable{ class
34 public Matrix3D () { in Matrix3D() method in Matrix3D
45 public Matrix3D (float[][] m) { in Matrix3D() method in Matrix3D
61 public Matrix3D (Matrix3D m) { in Matrix3D() method in Matrix3D
81 public Matrix3D (Vector3D x, Vector3D y, Vector3D z) { in Matrix3D() method in Matrix3D
/dports/graphics/metapixel/metapixel-1.0.2/
H A Dvector.h40 typedef double Matrix3D[3][3]; typedef
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/MBS_Interface/
H A Duseroutputinterface.h44 class Matrix3D; variable
/dports/science/wxmacmolplt/wxmacmolplt-7.7-43-g9a46f7a/src/
H A DGeometries.h118 typedef float Matrix3D[3][3]; typedef
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/properties/helpers/
H A Danimated_properties.mako.rs1556 impl Animate for Matrix3D { implementation
1627 impl ComputeSquaredDistance for Matrix3D { implementation
1718 impl From<MatrixDecomposed2D> for Matrix3D { implementation
1721 fn from(decomposed: MatrixDecomposed2D) -> Matrix3D { in from()
1756 impl<'a> From< &'a RawGeckoGfxMatrix4x4> for Matrix3D { implementation
1757 fn from(m: &'a RawGeckoGfxMatrix4x4) -> Matrix3D { in from()
2179 impl From<MatrixDecomposed3D> for Matrix3D { implementation
2182 fn from(decomposed: MatrixDecomposed3D) -> Matrix3D { in from()
2249 fn multiply(a: Matrix3D, b: Matrix3D) -> Matrix3D { in multiply()
2262 impl Matrix3D { impl
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.DataVisualization/Common/General/
H A DMatrix3D.cs66 internal class Matrix3D class
205 public Matrix3D() in Matrix3D() method in System.Windows.Forms.DataVisualization.Charting.Matrix3D
/dports/science/py-pymatgen/pymatgen-2022.0.15/pymatgen/analysis/interfaces/
H A Dsubstrate_analyzer.py22 Matrix3D = Tuple[Vector3D, Vector3D, Vector3D] variable
/dports/deskutils/fet/fet-6.2.0/src/engine/
H A Dmatrix.h95 template <typename T> Matrix3D<T>::Matrix3D() in Matrix3D() function

12