XVector3 A read-only property with a DAVector3 value that represents the unit vector on the x-axis. YVector3 A read-only property with a DAVector3 value that represents the unit vector on the y-axis. ZVector3 A read-only property with a DAVector3 value that represents the unit vector on the z-axis. ZeroVector3 A read-only property with a DAVector3 that represents the null vector.
A 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.
Syntax
lib.XVector3
A 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.
Syntax
lib.YVector3
A 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.
Syntax
lib.ZVector3
A read-only property with a DAVector3 that represents the null vector. The vector's length is always 0, the direction is undefined.
Syntax
lib.ZeroVector3
Top of Page
© 2000 Microsoft and/or its suppliers. All rights reserved. Terms of Use.