Index Topic Contents | |||
Previous Topic: DAStatic Functions Relevant to DAVector2 Objects Next Topic: DAStatic Functions Relevant to DAVector3 Objects |
DAStatic Properties Relevant to DAVector2 Objects
DAStatics Class
XVector2A read-only property with a DAVector2 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.XVector2
DAStatics Class
YVector2A read-only property with a DAVector2 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.YVector2
DAStatics Class
ZeroVector2A read-only property with a DAVector2 value that represents the null vector. The vector's length is always 0, the direction is undefined.
lib.ZeroVector2
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.