wima
    Preparing search index...

    Class Vector4

    Index

    Constructors

    Properties

    w: number
    x: number
    y: number
    z: number
    NegW: Vector4 = ...

    Unit vector pointing in the negative w-axis.

    NegX: Vector4 = ...

    Unit vector pointing in the negative x-axis.

    NegY: Vector4 = ...

    Unit vector pointing in the negative y-axis.

    NegZ: Vector4 = ...

    Unit vector pointing in the negative z-axis.

    W: Vector4 = ...

    Unit vector pointing in the negative w-axis.

    X: Vector4 = ...

    Unit vector pointing in the x-axis.

    Y: Vector4 = ...

    Unit vector pointing in the y-axis.

    Z: Vector4 = ...

    Unit vector pointing in the z-axis.

    Zero: Vector4 = ...

    A vector whose components values will remain 0.

    Methods