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

Point3Bvr Class


These are the fields and methods for the Point3Bvr Class:

public NumberBvr getSphericalCoordLength()
public NumberBvr getSphericalCoordXYAngle()
public NumberBvr getSphericalCoordYZAngle()
public NumberBvr getX()
public NumberBvr getY()
public NumberBvr getZ()
public Point2Bvr project(CameraBvr camera)
public Point3Bvr transform(Transform3Bvr xf)
public static Point3Bvr newUninitBvr()
Fields Defined in Statics Class
Point3Bvr Static Fields
public static Point3Bvr origin3
Methods Defined in Statics Class
public static Point3Bvr add(Point3Bvr pt, Vector3Bvr vec)
public static Point3Bvr bSpline(int degree, NumberBvr[] knots, Point3Bvr[] points, NumberBvr[] weights)
public static Vector3Bvr derivative(Point3Bvr pt)
public static NumberBvr distance(Point3Bvr p1, Point3Bvr p3)
public static NumberBvr distanceSquared(Point3Bvr p1, Point3Bvr p3)
public static Point3Bvr point3(NumberBvr x, NumberBvr y, NumberBvr z)
public static Point3Bvr point3Spherical(NumberBvr XYangle, NumberBvr YZangle, NumberBvr length)
public static Vector3Bvr sub(Point3Bvr p1, Point3Bvr p3)
public static Point3Bvr sub(Point3Bvr pt, Vector3Bvr vec)

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

*Top of Page