• Set result Vector3 with the minimal coordinate values between vector1 and the given coordinates

    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

    • result: MutableVector3

      the set Vector3

    Returns void