Home
last modified time | relevance | path

Searched refs:Transform (Results 1 – 25 of 129) sorted by relevance

123456

/external/eigen/Eigen/src/Eigen2Support/Geometry/
DTransform.h43 class Transform
79 inline Transform() { } in Transform() function
81 inline Transform(const Transform& other) in Transform() function
86 inline explicit Transform(const TranslationType& t) { *this = t; } in Transform() function
87 inline explicit Transform(const ScalingType& s) { *this = s; } in Transform() function
89 inline explicit Transform(const RotationBase<Derived, Dim>& r) { *this = r; } in Transform() function
91 inline Transform& operator=(const Transform& other)
97 static inline void run(Transform *transform, const MatrixBase<OtherDerived>& other) in run()
105 static inline void run(Transform *transform, const MatrixBase<OtherDerived>& other)
116 inline explicit Transform(const MatrixBase<OtherDerived>& other)
[all …]
DRotationBase.h45 inline Transform<Scalar,Dim> operator*(const Translation<Scalar,Dim>& t) const
53 inline Transform<Scalar,Dim> operator*(const Transform<Scalar,Dim>& t) const
/external/eigen/Eigen/src/Geometry/
DTransform.h19 template<typename Transform>
24 Dim = Transform::Dim,
25 HDim = Transform::HDim,
26 Mode = Transform::Mode,
176 class Transform
220 typedef Transform<Scalar,Dim,TransformTimeDiagonalMode> TransformTimeDiagonalReturnType;
230 inline Transform() in Transform() function
237 inline Transform(const Transform& other) in Transform() function
243 inline explicit Transform(const TranslationType& t) in Transform() function
248 inline explicit Transform(const UniformScaling<Scalar>& s) in Transform() function
[all …]
DScaling.h59 inline Transform<Scalar,Dim,Affine> operator* (const Translation<Scalar,Dim>& t) const;
63 …inline Transform<Scalar,Dim,(int(Mode)==int(Isometry)?Affine:Mode)> operator* (const Transform<Sca…
65 Transform<Scalar,Dim,(int(Mode)==int(Isometry)?Affine:Mode)> res = t;
153 inline Transform<Scalar,Dim,Affine>
156 Transform<Scalar,Dim,Affine> res;
DRotationBase.h56 inline Transform<Scalar,Dim,Isometry> operator*(const Translation<Scalar,Dim>& t) const
57 { return Transform<Scalar,Dim,Isometry>(*this) * t; }
80 …friend inline Transform<Scalar,Dim,Affine> operator*(const DiagonalMatrix<Scalar,Dim>& l, const De…
82 Transform<Scalar,Dim,Affine> res(r);
89 inline Transform<Scalar,Dim,Mode> operator*(const Transform<Scalar,Dim,Mode,Options>& t) const
112 typedef Transform<Scalar,Dim,Affine> ReturnType;
DTranslation.h43 typedef Transform<Scalar,Dim,Affine> AffineTransformType;
45 typedef Transform<Scalar,Dim,Isometry> IsometryTransformType;
125 inline Transform<Scalar,Dim,Mode> operator* (const Transform<Scalar,Dim,Mode,Options>& t) const
127 Transform<Scalar,Dim,Mode> res = t;
DHomogeneous.h103 …inline const internal::homogeneous_left_product_impl<Homogeneous,Transform<Scalar,Dim,Mode,Options…
104 operator* (const Transform<Scalar,Dim,Mode,Options>& lhs, const Homogeneous& rhs)
107 …return internal::homogeneous_left_product_impl<Homogeneous,Transform<Scalar,Dim,Mode,Options> >(lh…
203 struct take_matrix_for_product<Transform<Scalar, Dim, Mode, Options> >
205 typedef Transform<Scalar, Dim, Mode, Options> TransformType;
211 struct take_matrix_for_product<Transform<Scalar, Dim, Projective, Options> >
213 typedef Transform<Scalar, Dim, Projective, Options> TransformType;
/external/jmonkeyengine/engine/src/core/com/jme3/math/
DTransform.java45 public final class Transform implements Savable, Cloneable, java.io.Serializable { class
49 public static final Transform IDENTITY = new Transform();
55 public Transform(Vector3f translation, Quaternion rot){ in Transform() method in Transform
60 public Transform(Vector3f translation, Quaternion rot, Vector3f scale){ in Transform() method in Transform
65 public Transform(Vector3f translation){ in Transform() method in Transform
69 public Transform(Quaternion rot){ in Transform() method in Transform
73 public Transform(){ in Transform() method in Transform
82 public Transform setRotation(Quaternion rot) { in setRotation()
92 public Transform setTranslation(Vector3f trans) { in setTranslation()
110 public Transform setScale(Vector3f scale) { in setScale()
[all …]
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/constraints/
DFeature.java6 import com.jme3.math.Transform;
122 public Transform getTransform() { in getTransform()
149 Transform result = new Transform(loc, rot); in getTransform()
161 Transform localTransform = new Transform(bone.getLocalPosition(), bone.getLocalRotation()); in getTransform()
165Transform worldTransform = new Transform(bone.getWorldBindPosition(), bone.getWorldBindRotation()); in getTransform()
169 Transform poseTransform = new Transform(bone.getLocalPosition(), bone.getLocalRotation()); in getTransform()
173Transform parentLocalTransform = new Transform(bone.getLocalPosition(), bone.getLocalRotation()); in getTransform()
188 public void applyTransform(Transform transform) { in applyTransform()
192 Transform ownerLocalTransform = spatial.getLocalTransform(); in applyTransform()
255 Transform t = spatial.getWorldTransform(); in getWorldTransformMatrix()
[all …]
DConstraintRotLike.java5 import com.jme3.math.Transform;
55 Transform targetTransform = this.target.getTransform(); in bakeConstraint()
72 Transform targetTransform = this.target.getTransform(); in bakeConstraint()
73 Transform ownerTransform = this.owner.getTransform(); in bakeConstraint()
DConstraintSizeLike.java4 import com.jme3.math.Transform;
60 Transform targetTransform = this.target.getTransform(); in bakeConstraint()
74 Transform targetTransform = this.target.getTransform(); in bakeConstraint()
75 Transform ownerTransform = this.owner.getTransform(); in bakeConstraint()
DConstraintLocLike.java4 import com.jme3.math.Transform;
69 Transform targetTransform = this.target.getTransform(); in bakeConstraint()
82 Transform targetTransform = this.target.getTransform(); in bakeConstraint()
83 Transform ownerTransform = this.owner.getTransform(); in bakeConstraint()
/external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/util/
DCollisionShapeFactory.java38 import com.jme3.math.Transform;
59 private static Transform getTransform(Spatial spat, Spatial parent) { in getTransform()
60 Transform shapeTransform = new Transform(); in getTransform()
67 Transform trans = new Transform(); in getTransform()
89 Transform trans = getTransform(spatial, realRootNode); in createCompoundShape()
101 Transform trans = getTransform(spatial, realRootNode); in createCompoundShape()
116 Transform trans = getTransform(spatial, realRootNode); in createCompoundShape()
122 Transform trans = getTransform(spatial, realRootNode); in createCompoundShape()
212 Transform trans = getTransform(geom, parent); in createSingleMeshShape()
240 Transform trans = getTransform(geom, parent); in createSingleDynamicMeshShape()
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/joints/
DSixDofJoint.java35 import com.bulletphysics.linearmath.Transform;
82 Transform transA = new Transform(Converter.convert(rotA)); in SixDofJoint()
86 Transform transB = new Transform(Converter.convert(rotB)); in SixDofJoint()
102 Transform transA = new Transform(Converter.convert(new Matrix3f())); in SixDofJoint()
105 Transform transB = new Transform(Converter.convert(new Matrix3f())); in SixDofJoint()
164 Transform transA = new Transform(Converter.convert(new Matrix3f())); in read()
167 Transform transB = new Transform(Converter.convert(new Matrix3f())); in read()
DConeJoint.java35 import com.bulletphysics.linearmath.Transform;
126 Transform transA = new Transform(Converter.convert(rotA)); in createJoint()
130 Transform transB = new Transform(Converter.convert(rotB)); in createJoint()
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/infos/
DRigidBodyMotionState.java35 import com.bulletphysics.linearmath.Transform;
51 private Transform motionStateTrans = new Transform(Converter.convert(new Matrix3f()));
74 public synchronized Transform getWorldTransform(Transform t) { in getWorldTransform()
83 public synchronized void setWorldTransform(Transform worldTrans) { in setWorldTransform()
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/collision/shapes/
DCompoundCollisionShape.java35 import com.bulletphysics.linearmath.Transform;
70 Transform transA = new Transform(Converter.convert(new Matrix3f())); in addChildShape()
85 Transform transA = new Transform(Converter.convert(rotation)); in addChildShape()
96 Transform transA = new Transform(Converter.convert(rotation)); in addChildShapeDirect()
/external/eigen/bench/
Dgeometry.cpp58 EIGEN_DONT_INLINE void transform(const Transform<Scalar,Dim,Projective>& t, Data& data) in transform()
100 Transform<Scalar,3,Isometry> iso3(mat34); in main()
101 Transform<Scalar,3,Affine> aff3(mat34); in main()
102 Transform<Scalar,3,AffineCompact> caff3(mat34); in main()
103 Transform<Scalar,3,Projective> proj3(mat34); in main()
/external/skia/src/sfnt/
DSkOTTable_glyf.h156 union Transform { union
181 SkOTTableGlyphData::Composite::Component::Transform::Matrix matrix;
187 SkOTTableGlyphData::Composite::Component::Transform::Matrix matrix;
193 SkOTTableGlyphData::Composite::Component::Transform::Matrix matrix;
199 SkOTTableGlyphData::Composite::Component::Transform::Matrix matrix;
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/animations/
DBoneContext.java10 import com.jme3.math.Transform;
41 private Transform poseTransform = new Transform();
147 Transform localTransform = new Transform(bone.getLocalPosition(), bone.getLocalRotation()); in computePoseTransform()
194 public Transform getPoseTransform() { in getPoseTransform()
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/
DPhysicsGhostObject.java36 import com.bulletphysics.linearmath.Transform;
66 protected Transform tempTrans = new Transform(Converter.convert(new Matrix3f()));
67 private com.jme3.math.Transform physicsLocation = new com.jme3.math.Transform();
136 public com.jme3.math.Transform getPhysicsTransform() { in getPhysicsTransform()
DPhysicsCharacter.java38 import com.bulletphysics.linearmath.Transform;
67 private Transform tempTrans = new Transform(Converter.convert(new Matrix3f()));
68 private com.jme3.math.Transform physicsLocation = new com.jme3.math.Transform();
/external/eigen/test/
Dgeo_transformations.cpp28 typedef Transform<Scalar,2,Mode,Options> Transform2; in non_projective_only()
29 typedef Transform<Scalar,3,Mode,Options> Transform3; in non_projective_only()
30 typedef Transform<Scalar,2,Isometry,Options> Isometry2; in non_projective_only()
31 typedef Transform<Scalar,3,Isometry,Options> Isometry3; in non_projective_only()
99 typedef Transform<Scalar,2,Mode,Options> Transform2; in transformations()
100 typedef Transform<Scalar,3,Mode,Options> Transform3; in transformations()
101 typedef Transform<Scalar,2,Isometry,Options> Isometry2; in transformations()
102 typedef Transform<Scalar,3,Isometry,Options> Isometry3; in transformations()
381 Transform<float,3,Mode> t1f = t1.template cast<float>(); in transformations()
383 Transform<double,3,Mode> t1d = t1.template cast<double>(); in transformations()
[all …]
/external/webkit/Source/WebCore/platform/graphics/transforms/
DAffineTransform.h61 typedef double Transform[6]; typedef
180 void setMatrix(const Transform m) in setMatrix()
183 memcpy(m_transform, m, sizeof(Transform)); in setMatrix()
186 Transform m_transform;
/external/jmonkeyengine/engine/src/core/com/jme3/scene/
DSimpleBatchNode.java7 import com.jme3.math.Transform;
48 protected Transform getTransforms(Geometry geom){ in getTransforms()

123456