DirectAnimation Animated Header --Vector2Bvr Class DirectAnimation Animated Header --Vector2Bvr Class* Microsoft DirectAnimation SDK
*Contents  *Index  *Topic Contents
*Previous Topic: UntilNotifier Interface
*Next Topic: Vector3Bvr Class

Vector2Bvr Class


These are the fields and methods for the Vector2Bvr Class:

public Vector2Bvr div(NumberBvr scalar)
public NumberBvr getPolarCoordAngle()
public NumberBvr getPolarCoordLength()
public NumberBvr getX()
public NumberBvr getY()
public NumberBvr length()
public NumberBvr lengthSquared()
public Vector2Bvr mul(NumberBvr scalar)
public Vector2Bvr normalize()
public Vector2Bvr transform(Transform2Bvr xf)
public static Vector2Bvr newUninitBvr()
Fields Defined in Statics Class
public static Vector2Bvr xVector2
public static Vector2Bvr yVector2
public static Vector2Bvr zeroVector2
Methods Defined in Statics Class
public static Vector2Bvr add(Vector2Bvr v1, Vector2Bvr v2)
public static Vector2Bvr bSpline(int degree, NumberBvr[] knots, Vector2Bvr[] points, NumberBvr[] weights)
public static Vector2Bvr derivative(Vector2Bvr vec)
public static Vector2Bvr integral(Vector2Bvr vec)
public static Vector2Bvr neg(Vector2Bvr v1)
public static Vector2Bvr sub(Vector2Bvr v1, Vector2Bvr v2)
public static Vector2Bvr vector2(NumberBvr x, NumberBvr y)
public static Vector2Bvr vector2Polar(NumberBvr XYangle, NumberBvr length)
public static Vector2Bvr vector2PolarDegrees(double XYangle, double length);

© 1998 Microsoft Corporation. All rights reserved. Terms of Use.

*Top of Page