DirectAnimation Animated Header --Point2Bvr Class DirectAnimation Animated Header --Point2Bvr Class* Microsoft DirectAnimation SDK
*Contents  *Index  *Topic Contents
*Previous Topic: Pickable Image Class
*Next Topic: Point3Bvr Class

Point2Bvr Class


These are the fields and methods for the Point2Bvr Class:

public NumberBvr getPolarCoordAngle()
public NumberBvr getPolarCoordLength()
public NumberBvr getX()
public NumberBvr getY()
public Point2Bvr transform(Transform2Bvr xf)
public static Point2Bvr newUninitBvr()
Fields Defined in Statics Class
public static Point2Bvr mousePosition
public static Point2Bvr origin2
Methods Defined in Statics Class
public static Point2Bvr add(Point2Bvr pt, Vector2Bvr vec)
public static Point2Bvr bSpline(int degree, NumberBvr[] knots, Point2Bvr[] points, NumberBvr[] weights)
public static Vector2Bvr derivative(Point2Bvr pt)
public static NumberBvr distance(Point2Bvr p1, Point2Bvr p2)
public static NumberBvr distanceSquared(Point2Bvr p1, Point2Bvr p2)
public static Point2Bvr point2(NumberBvr x, NumberBvr y)
public static Point2Bvr point2Polar(NumberBvr XYangle, NumberBvr length)
public static Vector2Bvr sub(Point2Bvr p1, Point2Bvr p2)
public static Point2Bvr sub(Point2Bvr pt, Vector2Bvr vec)

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

*Top of Page