wima
    Preparing search index...

    Class Vector3

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    x: number
    y: number
    z: number
    NegX: Vector3 = ...

    Unit vector pointing in the negative x-axis.

    NegY: Vector3 = ...

    Unit vector pointing in the negative y-axis.

    NegZ: Vector3 = ...

    Unit vector pointing in the negative z-axis.

    X: Vector3 = ...

    Unit vector pointing in the x-axis.

    Y: Vector3 = ...

    Unit vector pointing in the y-axis.

    Z: Vector3 = ...

    Unit vector pointing in the z-axis.

    Zero: Vector3 = ...

    A vector whose x and y values will remain 0.

    Methods