BenQ Mobile

Uses of Class
javax.microedition.m3g.Transform

Uses of Transform in javax.microedition.m3g
 

Methods in javax.microedition.m3g with parameters of type Transform
 void Transformable.setTransform(Transform transform)
          Sets the matrix component of this Transformable by copying in the given Transform.
 void Transformable.getTransform(Transform transform)
          Retrieves the matrix component of this Transformable.
 void Transformable.getCompositeTransform(Transform transform)
          Retrieves the composite transformation matrix of this Transformable.
 void Transform.set(Transform transform)
          Sets this transformation by copying the contents of the given Transform
 void Transform.postMultiply(Transform transform)
          Multiplies this transformation from the right by the given transformation.
 boolean Node.getTransformTo(Node target, Transform transform)
          Gets the composite transformation from this node to the given node.
 void Graphics3D.render(Node node, Transform transform)
          Renders the given Sprite3D, Mesh, or Group node with the given transformation from local coordinates to world coordinates.
 void Graphics3D.render(VertexBuffer vertices, IndexBuffer triangles, Appearance appearance, Transform transform, int scope)
          Renders the given submesh with the given scope and the given transformation from local coordinates to world coordinates.
 void Graphics3D.render(VertexBuffer vertices, IndexBuffer triangles, Appearance appearance, Transform transform)
          Renders the given submesh with the given transformation from local coordinates to world coordinates.
 void Graphics3D.setCamera(Camera camera, Transform transform)
          Sets the Camera to use in subsequent immediate mode rendering.
 void Graphics3D.setLight(int index, Light light, Transform transform)
          Binds or unbinds a Light for subsequent immediate mode rendering.
 int Graphics3D.addLight(Light light, Transform transform)
          Binds a Light to use in subsequent immediate mode rendering.
 void Camera.setGeneric(Transform transform)
          Sets the given 4x4 transformation as the current projection matrix.
 int Camera.getProjection(Transform transform)
          Gets the current projection matrix and type.
 

Constructors in javax.microedition.m3g with parameters of type Transform
Transform(Transform transform)
          Constructs a new Transform object and initializes it by copying in the contents of the given Transform.
 


BenQ Mobile

Copyright © 2006 BenQ Mobile GmbH & Co. OHG or respective copyright owner.
All Rights Reserved.
BenQ Corp. is a trademark licensee of Siemens AG.


For further information about Mobility Toolkit (MTK) visit our Developer Portal.