Index Topic Contents | |||
Previous Topic: DAStatic Functions Relevant to DAVector3 Objects Next Topic: DAString Class |
DAStatic Properties Relevant to DAVector3 Objects
DAStatics Class
XVector3A read-only property with a DAVector3 value that represents the unit vector on the x-axis. The vector's length is always 1, the direction is always the same as the positive x-axis.
lib.XVector3
DAStatics Class
YVector3A read-only property with a DAVector3 value that represents the unit vector on the y-axis. The vector's length is always 1, the direction is always the same as the positive y-axis.
lib.YVector3
DAStatics Class
ZVector3A read-only property with a DAVector3 value that represents the unit vector on the z-axis. The vector's length is always 1, the direction is always the same as the positive z-axis.
lib.ZVector3
DAStatics Class
ZeroVector3A read-only property with a DAVector3 that represents the null vector. The vector's length is always 0, the direction is undefined.
lib.ZeroVector3
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.