• Returns a new Vector3 set with the result of the mulliplication of the current Vector3 coordinates by the given floats

    Returns

    the new Vector3

    Parameters

    • vector1: ReadonlyVector3
    • x: number

      defines the x coordinate of the operand

    • y: number

      defines the y coordinate of the operand

    • z: number

      defines the z coordinate of the operand

    Returns MutableVector3