Index Topic Contents
Previous Topic: ModifiableBehavior Class Next Topic: Transform3Bvr Class
Transform2Bvr These are the fields and methods for the Transform2Bvr Class: public Transform2Bvr inverse() public BooleanBvr isSingular() public static Transform2Bvr newUninitBvr() Fields Defined in Statics public static Transform2Bvr identityTransform2 Methods Defined in Statics public static Transform2Bvr compose(Transform2Bvr xf1, Transform2Bvr xf2) public static Transform2Bvr compose(Transform2Bvr xf1, Transform2Bvr xf2) public static Transform2Bvr followPath(Path2Bvr path, NumberBvr evaluator) public static Transform2Bvr followPathAngle(Path2Bvr path, NumberBvr evaluator) public static Transform2Bvr followPathAngleUpright(Path2Bvr path, NumberBvr evaluator) public static Transform2Bvr rotate(NumberBvr radians) public static Transform2Bvr rotateDegrees(double degrees) public static Transform2Bvr rotateRate(double radians) public static Transform2Bvr rotateRateDegrees(double degrees) public static Transform2Bvr scale(NumberBvr sx, NumberBvr sy) public static Transform2Bvr scale(Vector2Bvr v) public static Transform2Bvr scaleRate(double x, double y) public static Transform2Bvr scale2(NumberBvr uniformFactor) public static Transform2Bvr scale2Rate(double rate) public static Transform2Bvr transform3x2(NumberBvr[] matrix) public static Transform2Bvr translate(NumberBvr tx, NumberBvr ty) public static Transform2Bvr translate(Point2Bvr loc); public static Transform2Bvr translate(Vector2Bvr v) public static Transform2Bvr translateRate(double x, double y) public static Transform2Bvr xShear(NumberBvr x) public static Transform2Bvr xShearRate (double rate) public static Transform2Bvr yShear(NumberBvr y) public static Transform2Bvr yShearRate(double y) © 1998 Microsoft Corporation. All rights reserved. Terms of Use. Top of Page
These are the fields and methods for the Transform2Bvr Class:
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.
Top of Page