DAStatics Properties Relevant to DAVector2 Objects

XVector2 A read-only property with a DAVector2 value that represents the unit vector on the x-axis.
YVector2 A read-only property with a DAVector2 value that represents the unit vector on the y-axis.
ZeroVector2 A read-only property with a DAVector2 value that represents the null vector.

XVector2

DAStatics Class

A 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.

Syntax

lib.XVector2

YVector2

DAStatics Class

A 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.

Syntax

lib.YVector2

ZeroVector2

DAStatics Class

A read-only property with a DAVector2 value that represents the null vector. The vector's length is always 0, the direction is undefined.

Syntax

lib.ZeroVector2


Top of Page Top of Page
© 2000 Microsoft and/or its suppliers. All rights reserved. Terms of Use.